Paragraph.LineSpacingMultiplier Property
In This Article
Gets or sets the multiplier which is used to calculate the line spacing value.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#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