ListLevel.CharacterProperties Property
Provides access to the character formatting options for the level marker.
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 |
---|---|
CharacterPropertiesBase | A CharacterPropertiesBase object that contains character format options. |
Remarks
The CharacterProperties property obtains format options for the level marker (font name, color and highlight, etc.) Call the SubDocument.BeginUpdateCharacters method to access the format options for the paragraph included in the level.
See Also