Back to Devexpress

ParagraphStyle.NextStyle Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphstyle-b7238c04.md

latest1.3 KB
Original Source

ParagraphStyle.NextStyle Property

Gets or sets the default style for a paragraph that immediately follows the current paragraph.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
ParagraphStyle

A ParagraphStyle interface specifying the style for the next paragraph. By default, the style is the same as the current paragraph.

|

See Also

ParagraphStyle Interface

ParagraphStyle Members

DevExpress.XtraRichEdit.API.Native Namespace