
Specifies the horizontal ruler bar control to be used with a TextControl. The property value is null if there is no ruler bar connected. Otherwise it is an object of the type RulerBar.
[C#]
public RulerBar RulerBar { get; set; }
[Visual Basic]
Public Property RulerBar() As RulerBar