バージョン

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

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

パラメータ

top
上の幅。
right
右の幅。
bottom
下の幅。
left
左の幅。
参照