Gets or sets the borders drawn around the current style's owner object.

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

Syntax

C#
public IBorders Borders { get; set; }
Visual Basic
Public Property Borders As IBorders
	Get
	Set

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