ListLevel.ParagraphProperties Property
Provides access to the level’s paragraph formatting options.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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