Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / CompoundDrawableTintList Property


In This Topic
    CompoundDrawableTintList Property (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property CompoundDrawableTintList As Android.Content.Res.ColorStateList
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As Android.Content.Res.ColorStateList
     
    instance.CompoundDrawableTintList = value
     
    value = instance.CompoundDrawableTintList
    public virtual Android.Content.Res.ColorStateList CompoundDrawableTintList {get; set;}
    See Also