ListLevel.ParagraphStyle Property
In This Article
Gets or sets the paragraph style applied to the level’s marker.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ParagraphStyle ParagraphStyle { get; set; }
#Property Value
Type | Description |
---|---|
Paragraph |
A Paragraph |
See Also