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

ReadOnlyParagraphProperties.ParagraphStyle Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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