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


In This Topic
CompoundDrawableTintList Property (C1MaskedTextView)
In This Topic
Syntax
'Declaration
 
Public Overridable Property CompoundDrawableTintList As Android.Content.Res.ColorStateList
 
'Usage
 
Dim instance As C1MaskedTextView
Dim value As Android.Content.Res.ColorStateList
 
instance.CompoundDrawableTintList = value
 
value = instance.CompoundDrawableTintList
See Also