Sets the font size
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetFontSize( Nullable<double> fontSize ) |
Visual Basic |
---|
Public Sub SetFontSize ( _ fontSize As Nullable(Of Double) _ ) |
JScript |
---|
public function SetFontSize( fontSize : Nullable<double> ) |
Parameters
- fontSize
- Type: System..::..Nullable<(Of <(<'Double>)>)>