Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / C1Sunburst Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (C1Sunburst)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Sunburst
    Dim value As Xamarin.Forms.Color
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public Xamarin.Forms.Color BackgroundColor {get; set;}
    See Also