FlexReport for WPF
MarginBottom プロパティ (Layout)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > Layout クラス : MarginBottom プロパティ
各ページの下マージンを取得または設定します(ツイップ単位)。
シンタックス
'宣言
 
Public Property MarginBottom As System.Double
'使用法
 
Dim instance As Layout
Dim value As System.Double
 
instance.MarginBottom = value
 
value = instance.MarginBottom
public System.double MarginBottom {get; set;}
解説
マージンは、用紙の端からツイップ単位で測定されます。用紙のサイズと方向は、 PaperSize プロパティと Orientation プロパティを使用して選択できます。
参照

Layout クラス
Layout メンバ