Class LineSpacingType
Specifies the line spacing type for the ParagraphFormat.
Inheritance
System.Object
LineSpacingType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class LineSpacingType : Enum
Fields
AtLeast
The line spacing can be greater than or equal to, but never less than, the value specified in the LineSpacing property.
Declaration
public const LineSpacingType AtLeast
Field Value
Type |
---|
LineSpacingType |
Exactly
The line spacing never changes from the value specified in the LineSpacing property, even if a larger font is used within the paragraph.
Declaration
public const LineSpacingType Exactly
Field Value
Type |
---|
LineSpacingType |
Multiple
The line spacing is specified in the LineSpacing property as the number of lines.
Declaration
public const LineSpacingType Multiple
Field Value
Type |
---|
LineSpacingType |
Remarks
Single line spacing equals 16 pixels.