Back to Devexpress

ParagraphProperties.Style Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphproperties.md

latest1.2 KB
Original Source

ParagraphProperties.Style Property

Gets or sets the paragraph style applied to the current paragraph.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ParagraphStyle Style { get; set; }
vb
Property Style As ParagraphStyle

Property Value

TypeDescription
ParagraphStyle

A ParagraphStyle object representing the style.

|

See Also

ParagraphProperties Interface

ParagraphProperties Members

DevExpress.XtraRichEdit.API.Native Namespace