バージョン

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

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

パラメータ

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

オンラインで表示: GitHub