Options.MarginAlignmentGuides 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 margin alignment guides are displayed in the user interface. Read-write.
public:
property bool MarginAlignmentGuides { bool get(); void set(bool value); };
public bool MarginAlignmentGuides { get; set; }
member this.MarginAlignmentGuides : bool with get, set
Public Property MarginAlignmentGuides As Boolean
Property Value
Remarks
If MarginAlignmentGuides is set to True, margin alignment guides are displayed. Setting MarginAlignmentGuides to True corresponds to selecting Margin 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 MarginAlignmentGuides setting to have any effect, DisplayAlignmentGuides must be set to True.