PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Style Class / Borders Property

In This Topic
    Borders Property (Style)
    In This Topic
    Gets or sets the borders drawn around the current style's owner object.
    Syntax
    'Declaration
     
    Public Property Borders As IBorders
    public IBorders Borders {get; set;}
    Remarks
    Borders are drawn within the Style.Spacing area, and 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 borders.

    See Also