Gets or sets the style of the border drawn around the ruler.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
[DefaultValueAttribute(Border3DStyle.SunkenInner)]
public Border3DStyle BorderStyle { get; set; }
Visual Basic
<DefaultValueAttribute(Border3DStyle.SunkenInner)> _
Public Property BorderStyle As Border3DStyle
	Get
	Set

Remarks

The default value for this property is Border3DStyle.SunkenInner.

See Also