バージョン

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

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

パラメータ

top
上の幅。
leftAndRight
左と右の幅。
bottom
下の幅。
参照