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


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