C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / AutoSizeTextType Property


In This Topic
AutoSizeTextType Property (C1TextBox)
In This Topic
Syntax
'Declaration
 
Public Overridable ReadOnly Property AutoSizeTextType As Android.Widget.AutoSizeTextType
 
'Usage
 
Dim instance As C1TextBox
Dim value As Android.Widget.AutoSizeTextType
 
value = instance.AutoSizeTextType
See Also