Paragraph.MirrorIndents Property

Returns or sets a Integer that represents whether left and right indents are the same width. Can be True, False, or wdUndefined. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property MirrorIndents As Integer
    Get
    Set
'Usage
Dim instance As Paragraph
Dim value As Integer

value = instance.MirrorIndents

instance.MirrorIndents = value
int MirrorIndents { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace