Use the members of this enumeration to set the value of the Visible property in the Ruler class.

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

Syntax

C#
[FlagsAttribute]
public enum ShowRulerFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration ShowRulerFlags

Members

Member nameDescription
None No rulers are displayed.
Horizontal The horizontal ruler is displayed.
Vertical The vertical ruler is displayed.
Both Both the vertical and horizontal rulers are displayed.

See Also