ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheetRule Class / FontSize Property

In This Topic
    FontSize Property (StyleSheetRule)
    In This Topic
    Returns font size in points.
    Syntax
    'Declaration
     
    Public Property FontSize As Single
    public float FontSize {get; set;}
    Exceptions
    ExceptionDescription
    Sometimes font-size is specified (in the CSS style string) in a value that cannot be converted to points. For example a size relative to the parent, and there is no parent. Or Font XHeight (the height of the letter x) where this not enough data to perform a conversion.
    See Also