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

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

Syntax

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

Remarks

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

See Also