[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextRange.LineSpacing

LineSpacing Property

LineSpacing

Gets or sets the line spacing of the lines in the range.

Declaration
public double? LineSpacing { get; set; }
Remarks

When the range is empty, setting this property changes the Line Spacing of the line to be written and getting this property returns the format of the of the line to be written. When the selection is not empty, getting this property returns the format of the selection, or null if the selection has mixed format.