C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / ScaleX Property


In This Topic
ScaleX Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ScaleX As Single
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Single
 
instance.ScaleX = value
 
value = instance.ScaleX
See Also