[]
Sets the font size.
public double FontSize { set; }
| Type | Description |
|---|---|
| double | A double value representing font size in points. |
The specified size would be rounded up or down to the nearest half point.
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when attempting to set a value greater (or equals) than 20 feet, or less (or equals) than 0. |