Sets the font size

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

Syntax

C#
public void SetBlinkingFontSize(
	Nullable<double> fontSize
)
Visual Basic
Public Sub SetBlinkingFontSize ( _
	fontSize As Nullable(Of Double) _
)
JScript
public function SetBlinkingFontSize(
	fontSize : Nullable<double>
)

Parameters

fontSize
Type: System..::..Nullable<(Of <(<'Double>)>)>

See Also