Enum LineSpacingType
Specifies the line spacing type for the ParagraphFormat.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum LineSpacingType
Fields
| Name | Description |
|---|---|
| AtLeast | The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property. |
| Exactly | The line spacing never changes from the value specified in the LineSpacing property, even if a larger font is used within the paragraph. |
| Multiple | The line spacing is specified in the LineSpacing property as the number of lines. |