Back to Devexpress

CompatibilitySettings.DoNotFlipMirrorIndents Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-58a66f16.md

latest1.6 KB
Original Source

CompatibilitySettings.DoNotFlipMirrorIndents Property

Specifies whether to swap the mirrored paragraph indents.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool DoNotFlipMirrorIndents { get; set; }
vb
Property DoNotFlipMirrorIndents As Boolean

Property Value

TypeDescription
Boolean

true , to interchange the paragraph indents if they are considered as mirrored; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DoNotFlipMirrorIndents
Document

.CompatibilitySettings .DoNotFlipMirrorIndents

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace