Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ListLevel.CharacterProperties Property

Provides access to the character formatting options for the level marker.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

CharacterPropertiesBase CharacterProperties { get; }

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