Window.DisplayVerticalRuler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if a vertical ruler is displayed for the specified window or pane.
public:
property bool DisplayVerticalRuler { bool get(); void set(bool value); };
public bool DisplayVerticalRuler { get; set; }
member this.DisplayVerticalRuler : bool with get, set
Public Property DisplayVerticalRuler As Boolean
Property Value
Remarks
Note A vertical ruler appears only in print layout view, and only if the DisplayRulers property is set to True.