Namespace:
C1.Win.C1ReportDesigner
Assembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
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 name | Description | |
|---|---|---|
| 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. |