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


In This Topic
CompoundDrawableTintMode Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Overridable Property CompoundDrawableTintMode As Android.Graphics.PorterDuff.Mode
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Graphics.PorterDuff.Mode
 
instance.CompoundDrawableTintMode = value
 
value = instance.CompoundDrawableTintMode
See Also