Gets or sets the spacing between the the current style's owner and the surrounding objects.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public IOffsets Spacing { get; set; }
Visual Basic
Public Property Spacing As IOffsets
	Get
	Set

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