Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1ClearableEditText Class / CompoundDrawableTintList Property


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