currentScaleFactor Field (TextInput)
In This Topic
Syntax
'Declaration
Protected currentScaleFactor As SizeF
'Usage
Dim instance As TextInput
Dim value As SizeF
value = instance.currentScaleFactor
instance.currentScaleFactor = value
protected SizeF currentScaleFactor
See Also