Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / BackColor Property


In This Topic
    BackColor Property (ChartShape)
    In This Topic
    Gets or sets the background color for the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackColor As Color
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public override Color BackColor {get; set;}

    Property Value

    A System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.
    See Also