[]
Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.
[C1Category("Appearance")]
[C1Description("TextFieldBase.LineSpacing", "The line spacing, in percent. The default (100) corresponds to normal line spacing.")]
public double LineSpacing { get; set; }
<C1Category("Appearance")>
<C1Description("TextFieldBase.LineSpacing", "The line spacing, in percent. The default (100) corresponds to normal line spacing.")>
Public Property LineSpacing As Double