
Specifies the vertical 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 VerticalRulerBar { get; set; }
[Visual Basic]
Public Property VerticalRulerBar() As RulerBar