LineHeight Property (C1Paragraph)
In This Topic
Gets or sets a number that is multiplied by the computed height of a line to obtain the final height.
Syntax
'Declaration
Public Property LineHeight As Double
public double LineHeight {get; set;}
See Also