Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / BackColor Property


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