Back to Devexpress

ParagraphPropertiesBase.RightIndent Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphpropertiesbase-5d387913.md

latest1.9 KB
Original Source

ParagraphPropertiesBase.RightIndent Property

Gets or sets the paragraph’s right indent.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float? RightIndent { get; set; }
vb
Property RightIndent As Single?

Property Value

TypeDescription
Nullable<Single>

The right indent measured in Document.Unit units or null ( Nothing in Visual Basic) for a mixture of paragraphs with different indents.

|

See Also

LeftIndent

Unit

BeginUpdateParagraphs(DocumentRange)

EndUpdateParagraphs(ParagraphProperties)

ParagraphPropertiesBase Interface

ParagraphPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace