Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / ButtonTintList Property


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