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


In This Topic
HintTextColors Property (C1TextBox)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property HintTextColors As Android.Content.Res.ColorStateList
 
'Usage
 
Dim instance As C1TextBox
Dim value As Android.Content.Res.ColorStateList
 
value = instance.HintTextColors
See Also