Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetTintList Method


In This Topic
    SetTintList Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setTintList", 
       "(Landroid/content/res/ColorStateList;)V", 
       "GetSetTintList_Landroid_content_res_ColorStateList_Handler", 
       ApiSince=21)>
    Public Overridable Sub SetTintList( _
       ByVal tint As Android.Content.Res.ColorStateList _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim tint As Android.Content.Res.ColorStateList
     
    instance.SetTintList(tint)
    [Android.Runtime.Register("setTintList", 
       "(Landroid/content/res/ColorStateList;)V", 
       "GetSetTintList_Landroid_content_res_ColorStateList_Handler", 
       ApiSince=21)]
    public virtual void SetTintList( 
       Android.Content.Res.ColorStateList tint
    )

    Parameters

    tint
    See Also