バージョン

VerticalMargins コンストラクタ(Single,Single)

VerticalMargins オブジェクトを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal top As Single, _
   ByVal bottom As Single _
)
public VerticalMargins( 
   float top,
   float bottom
)

パラメータ

top
上の間隔を定義するフロート値。
bottom
下の間隔を定義するフロート値。
参照