Specifies the size of the font for the visual object that will represent the data element

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Nullable<double> FontSize { get; set; }
Visual Basic
Public Property FontSize As Nullable(Of Double)
	Get
	Set
JScript
function get FontSize () : Nullable<double>
function set FontSize (value : Nullable<double>)

Remarks

When the FontSize is null the FontSize must be inherited by the parent control

See Also