Skip to main content

ParagraphProperties.Style Property

Gets or sets the paragraph style 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

ParagraphStyle Style { get; set; }

Property Value

Type Description
ParagraphStyle

A ParagraphStyle object representing the style.

See Also