Back to Devexpress

Paragraph.LineSpacingMultiplier Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-9aa2ae61.md

latest1.6 KB
Original Source

Paragraph.LineSpacingMultiplier Property

Gets or sets the multiplier which is used to calculate the line spacing value.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract float LineSpacingMultiplier { get; set; }
vb
Public MustOverride Property LineSpacingMultiplier As Single

Property Value

TypeDescription
Single

A Single value representing the line spacing multiplier.

|

Remarks

The LineSpacingMultiplier property is used when the Paragraph.LineSpacingType property is set to ParagraphLineSpacing.Multiple.

See Also

LineSpacing

Paragraph Class

Paragraph Members

DevExpress.XtraRichEdit.API.Native Namespace