Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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 UIKit.UIColor
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As UIKit.UIColor
     
    instance.Fill = value
     
    value = instance.Fill
    public UIKit.UIColor Fill {get; set;}
    See Also