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


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