Gets the vertical ruler area (the actual ruler is always contained within that area).

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Rectangle VertRulerArea { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property VertRulerArea As Rectangle
	Get

See Also