各辺に個別のパディングサイズを使用して、System.Windows.Forms.Padding クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Padding(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- 左辺のパディングサイズ(ピクセル単位)。
- top
- 上辺のパディングサイズ(ピクセル単位)。
- right
- 右辺のパディングサイズ(ピクセル単位)。
- bottom
- 下辺のパディングサイズ(ピクセル単位)。
参照