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