バージョン

Margins コンストラクタ(Int32,Int32,Int32,Int32,Boolean)

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer, _
   ByVal allowNegativeMarginValues As Boolean _
)
public Margins( 
   int left,
   int top,
   int right,
   int bottom,
   bool allowNegativeMarginValues
)

パラメータ

left
デフォルトの左マージン
top
デフォルトの上マージン
right
デフォルトの右マージン
bottom
デフォルトの下マージン
allowNegativeMarginValues
負のマージン値を許可します
参照