Skip to main content
All docs
V21.2

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.v21.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