Options.DisplayAlignmentGuides Property

Definition

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.

Applies to