Window.DisplayVerticalRuler Property

True if a vertical ruler is displayed for the specified window or pane.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DisplayVerticalRuler As Boolean
    Get
    Set
'Usage
Dim instance As Window
Dim value As Boolean

value = instance.DisplayVerticalRuler

instance.DisplayVerticalRuler = value
bool DisplayVerticalRuler { get; set; }

Property Value

Type: System.Boolean

Remarks

Note A vertical ruler appears only in print layout view, and only if the DisplayRulers property is set to True.

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace