ReadOnlyParagraphProperties.ParagraphStyle Property
In This Article
Gets access to the paragraph style settings applied to the current paragraph.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ReadOnlyParagraphStyle ParagraphStyle { get; }
#Property Value
Type | Description |
---|---|
Read |
A Read |
#Remarks
Paragraph style settings accessed through the ParagraphStyle property cannot be modified - they are read-only.
See Also