Back to Devexpress

CompatibilitySettings.StretchLinesWithLineBreaks Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-65f5d083.md

latest1.7 KB
Original Source

CompatibilitySettings.StretchLinesWithLineBreaks Property

Specifies whether to stretch lines which end in a line break when the parent paragraph is fully justified.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool StretchLinesWithLineBreaks { get; set; }
vb
Property StretchLinesWithLineBreaks As Boolean

Property Value

TypeDescription
Boolean

true, to stretch lines with line breaks; otherwise, false. Default value is true.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to StretchLinesWithLineBreaks
Document

.CompatibilitySettings .StretchLinesWithLineBreaks

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace