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


In This Topic
    CompoundDrawableTintMode Property (C1CheckBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property CompoundDrawableTintMode As Android.Graphics.PorterDuff.Mode
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Android.Graphics.PorterDuff.Mode
     
    instance.CompoundDrawableTintMode = value
     
    value = instance.CompoundDrawableTintMode
    public virtual Android.Graphics.PorterDuff.Mode CompoundDrawableTintMode {get; set;}
    See Also