PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.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
    public IOffsets Spacing {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