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


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

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

The default is no padding.

参照

Style クラス
Style メンバ