Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartStyle Class / Fill Property


In This Topic
    Fill Property
    In This Topic
    Gets or sets the fill brush.
    Syntax
    'Declaration
     
    
    Public Property Fill As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Xamarin.Forms.Color
     
    instance.Fill = value
     
    value = instance.Fill
    public Xamarin.Forms.Color Fill {get; set;}
    See Also