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

In This Topic
Borders Property
In This Topic
Gets or sets the borders drawn around the current style's owner object.
Syntax
'Declaration
 
Public Property Borders As IBorders
 
Remarks
Borders are drawn within the Spacing area, and contain Padding.

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

The default is no borders.

See Also