GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : LineHeight Property |
Gets or sets the height of a line of text.
'Declaration Public Property LineHeight As ExpressionInfo
public ExpressionInfo LineHeight {get; set;}
A Length ExpressionInfo object that evaluates to the height of a line of text.
By default, the report output format determines the line height based on the font size.
The minimum value is 1pt; the maximum is 1000pt.