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.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute()]
public double LineSpacing { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property LineSpacing As Double
	Get
	Set

Remarks

The default value for this property is 100.

See Also