Skip to main content
A newer version of this page is available.

SnapText.KeepLastParagraph Property

Specifies whether or not to insert the current paragraph spacing after its last occurrence in the document.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

bool KeepLastParagraph { get; set; }

Property Value

Type Description
Boolean

true, to maintain the last paragraph; otherwise false.

See Also