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


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