Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / CurrentHintTextColor Property


In This Topic
    CurrentHintTextColor Property (C1MaskedTextView)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentHintTextColor As Integer
    'Usage
     
    
    Dim instance As C1MaskedTextView
    Dim value As Integer
     
    value = instance.CurrentHintTextColor
    public int CurrentHintTextColor {get;}
    See Also