Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / C1LineMarker Class / BackgroundTintList Property


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