GrapeCity ActiveReports for .NET 14.0J
Margin コンストラクタ

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Extensibility.Printing 名前空間 > Margin クラス : Margin コンストラクタ
左部余白を示します。
右部余白を示します。
上部余白を示します。
下部余白を示します。
クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Single, _
   ByVal right As Single, _
   ByVal top As Single, _
   ByVal bottom As Single _
)
public Margin( 
   float left,
   float right,
   float top,
   float bottom
)

パラメータ

left
左部余白を示します。
right
右部余白を示します。
top
上部余白を示します。
bottom
下部余白を示します。
参照

Margin クラス
Margin メンバ