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


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