Gets or sets the font size.

Namespace:  Gallio.Common.Media
Assembly:  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

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown if value is less than 1.

See Also