Options.DisplayAlignmentGuides 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.
Returns or sets a Boolean (bool in C#) that specifies whether alignment guides are enabled in the user interface. Read-write.
public:
property bool DisplayAlignmentGuides { bool get(); void set(bool value); };
public bool DisplayAlignmentGuides { get; set; }
member this.DisplayAlignmentGuides : bool with get, set
Public Property DisplayAlignmentGuides As Boolean
Property Value
Remarks
If DisplayAlignmentGuides is True, alignment guides are enabled. Setting DisplayAlignmentGuides to True corresponds to selecting Use Alignment Guides on the Align drop-down menu in the Arrange group on the Format contextual ribbon tab in the user interface.