バージョン

RichTextMargin コンストラクタ(Extent,Extent)

新しい RichTextMargin 構造を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal topAndBottom As Extent, _
   ByVal leftAndRight As Extent _
)
public RichTextMargin( 
   Extent topAndBottom,
   Extent leftAndRight
)

パラメータ

topAndBottom
上と下の幅。
leftAndRight
左と右の幅。
参照