FontSize Property (TextStyle)
In This Topic
Gets the font size measured in points.
Syntax
'Declaration
Public ReadOnly Property FontSize As Length
public Length FontSize {get;}
Property Value
The font size as a
GrapeCity.ActiveReports.PageReportModel.Length.
See Also