Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetHintTextColor Method / SetHintTextColor(Color) Method


In This Topic
    SetHintTextColor(Color) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setHintTextColor", 
       "(I)V", 
       "")>
    Public Overloads Sub SetHintTextColor( _
       ByVal color As Android.Graphics.Color _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim color As Android.Graphics.Color
     
    instance.SetHintTextColor(color)
    [Android.Runtime.Register("setHintTextColor", 
       "(I)V", 
       "")]
    public void SetHintTextColor( 
       Android.Graphics.Color color
    )

    Parameters

    color
    See Also