Gets or sets the font size.
Namespace:
Gallio.Common.MediaAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public int FontSize { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property FontSize As Integer |
Field Value
The font size. Default is 16.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown if value is less than 1. |
