Window.DisplayRightRuler 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 the vertical ruler appears on the right side of the document window in print layout view.
public:
property bool DisplayRightRuler { bool get(); void set(bool value); };
public bool DisplayRightRuler { get; set; }
member this.DisplayRightRuler : bool with get, set
Public Property DisplayRightRuler As Boolean