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


In This Topic
TransformationMethod Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Property TransformationMethod As Android.Text.Method.ITransformationMethod
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Text.Method.ITransformationMethod
 
instance.TransformationMethod = value
 
value = instance.TransformationMethod
See Also