Skip to main content

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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