ReadOnlyParagraphProperties.ParagraphStyle Property
Gets access to the paragraph style settings applied to the current paragraph.
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 |
---|---|
ReadOnlyParagraphStyle | A ReadOnlyParagraphStyle object that provides access to the paragraph style settings. |
Remarks
Paragraph style settings accessed through the ParagraphStyle property cannot be modified - they are read-only.
See Also