The Ruler object controls the appearance of the rulers along the top and left-hand side of the C1ReportDesigner control.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Ruler
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Ruler

Inheritance Hierarchy

System..::..Object
  C1.Win.C1ReportDesigner..::..Ruler

See Also