Options.ParagraphAlignmentGuides Property

Definition

Returns or sets a Boolean (bool in C#) that specifies whether paragraph alignment guides are displayed in the user interface. Read-write.

public:
 property bool ParagraphAlignmentGuides { bool get(); void set(bool value); };
public bool ParagraphAlignmentGuides { get; set; }
member this.ParagraphAlignmentGuides : bool with get, set
Public Property ParagraphAlignmentGuides As Boolean

Property Value

Remarks

If ParagraphAlignmentGuides is set to True, paragraph alignment guides are displayed. Setting ParagraphAlignmentGuides to True corresponds to selecting Paragraph guides under Alignment Guides in the Grid and Guides dialog box. (Click Grid Settings on the Align drop-down menu in the Arrange group on the Format contextual ribbon tab in the user interface.) For the ParagraphAlignmentGuides setting to have any effect, DisplayAlignmentGuides must be set to True.

Applies to