Specifies whether the ruler should be displayed.

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

Syntax

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

Remarks

The default value for this property is Both.

See Also