Back to Devexpress

ParagraphPropertiesBase.LineSpacing Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphpropertiesbase-1d597995.md

latest2.3 KB
Original Source

ParagraphPropertiesBase.LineSpacing Property

Gets or sets a line spacing value.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float? LineSpacing { get; set; }
vb
Property LineSpacing As Single?

Property Value

TypeDescription
Nullable<Single>

Line spacing measured in Document.Unit units or null ( Nothing in Visual Basic) for a mixture of paragraphs with different line spacings.

|

Remarks

The LineSpacing property is used when the LineSpacingType property is set to ParagraphLineSpacing.Exactly or ParagraphLineSpacing.AtLeast.

See Also

LineSpacingMultiplier

BeginUpdateParagraphs(DocumentRange)

EndUpdateParagraphs(ParagraphProperties)

ParagraphPropertiesBase Interface

ParagraphPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace