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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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