Blazor コントロール
Padding コンストラクタ(Int32,Int32,Int32,Int32)

C1.Blazor.Chart アセンブリ > C1.Blazor.Chart 名前空間 > Padding 構造体 > Padding コンストラクタ : Padding コンストラクタ(Int32,Int32,Int32,Int32)
左辺のパディングサイズ(ピクセル単位)。
上辺のパディングサイズ(ピクセル単位)。
右辺のパディングサイズ(ピクセル単位)。
下辺のパディングサイズ(ピクセル単位)。
各辺に個別のパディングサイズを使用して、System.Windows.Forms.Padding クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
)
public Padding( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

パラメータ

left
左辺のパディングサイズ(ピクセル単位)。
top
上辺のパディングサイズ(ピクセル単位)。
right
右辺のパディングサイズ(ピクセル単位)。
bottom
下辺のパディングサイズ(ピクセル単位)。
参照

Padding 構造体
Padding メンバ
オーバーロード一覧