[]
Gets or sets the line space between two adjacent lines.
public int LineSpace { get; set; }
Public Property LineSpace As Integer
| Type | Description |
|---|---|
| int | The int value that indicates the line space between two adjacent lines.
|
The LineSpace property indicates the spaces between text lines.
This property only takes effect when the Multiline property is true.
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | If value less than zero, an ArgumentOutOfRangeException will be thrown. |