_ParagraphFormat.MirrorIndents Property

Returns or sets an 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 _ParagraphFormat
Dim value As Integer

value = instance.MirrorIndents

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

Property Value

Type: System.Int32
Integer

See Also

Reference

_ParagraphFormat Interface

_ParagraphFormat Members

Microsoft.Office.Interop.Word Namespace