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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : Spacing プロパティ
Gets or sets the spacing between the the current style's owner and the surrounding objects.
シンタックス
'宣言
 
Public Property Spacing As IOffsets
'使用法
 
Dim instance As Style
Dim value As IOffsets
 
instance.Spacing = value
 
value = instance.Spacing
public IOffsets Spacing {get; set;}
解説
Spacing is outside of Style.Borders (which, in turn, contain Style.Padding).

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

The default is no spacing.

参照

Style クラス
Style メンバ