ComponentOne PDF for WPF and Silverlight
LineSpacing Property (StringFormat)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > StringFormat Class : LineSpacing Property
Gets or sets the line spacing.
Syntax
'Declaration
 
Public Property LineSpacing As Double
public double LineSpacing {get; set;}
Remarks
Set this variable to zero to use the default line spacing. Set it to a positive value to use an absolute line spacing in points. Set it to a negative value to specify a multiple of the font height (e.g. -2 means double spacing).
See Also

Reference

StringFormat Class
StringFormat Members