FlexReport for WinForms
Padding プロパティ (Style)


C1.Document アセンブリ > C1.Document 名前空間 > Style クラス : Padding プロパティ
Gets or sets the padding (white space added between the style owner's content and borders).
シンタックス
'宣言
 
Public Property Padding As Thickness
'使用法
 
Dim instance As Style
Dim value As Thickness
 
instance.Padding = value
 
value = instance.Padding
public Thickness Padding {get; set;}
解説
Padding is within Borders (if any), while Spacing is added outside of borders.

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is no padding.

参照

参照

Style クラス
Style メンバ