Skip to main content

ReadOnlyParagraphProperties.ParagraphStyle Property

Gets access to the paragraph style settings applied to the current paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

ReadOnlyParagraphStyle ParagraphStyle { get; }

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