​
​
​

Gets or sets the line spacing, in percent, at the current input position. If text is selected, the property specifies the line spacing of the whole selected text.

Syntax

​public int? LineSpacing { get; set; }
​Public Property LineSpacing() As Nullable(Of Integer)
​

Remarks

The property returns null when the text selection contains multiple paragraphs with different line spacing.

​