FontSize Property (StyleSheetRule)
In This Topic
Returns font size in points.
Syntax
'Declaration
Public Property FontSize As Single
public float FontSize {get; set;}
Exceptions
Exception | Description |
System.ApplicationException |
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