Skip to main content

Paragraph.Style Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

public abstract ParagraphStyle Style { get; set; }

#Property Value

Type Description
ParagraphStyle

A ParagraphStyle object representing the style.

See Also