Back to Devexpress

ListLevel.ParagraphProperties Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevel-58b9b795.md

latest1.7 KB
Original Source

ListLevel.ParagraphProperties Property

Provides access to the level’s paragraph formatting options.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ParagraphPropertiesBase ParagraphProperties { get; }
vb
ReadOnly Property ParagraphProperties As ParagraphPropertiesBase

Property Value

TypeDescription
ParagraphPropertiesBase

A ParagraphPropertiesBase object that contains paragraph formatting.

|

Remarks

The ParagraphProperties property provides access to the paragraph options for the level marker. Call the SubDocument.BeginUpdateParagraphs method to obtain the paragraph format options for the text related to the level.

See Also

ListLevel Interface

ListLevel Members

DevExpress.XtraRichEdit.API.Native Namespace