Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public abstract float LineSpacingMultiplier { get; set; }

Property Value

Type Description
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