C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / Spacing Property

In This Topic
Spacing Property (Style)
In This Topic
Gets or sets the spacing between the the current style's owner and the surrounding objects.
Syntax
'Declaration
 
Public Property Spacing As IOffsets
 
Remarks
Spacing is outside of Borders (which, in turn, contain Padding).

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

The default is no spacing.

See Also