Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / BackgroundImage Property


In This Topic
    BackgroundImage Property (SpreadChartContextMenuStrip)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Property BackgroundImage As Image
    'Usage
     
    
    Dim instance As SpreadChartContextMenuStrip
    Dim value As Image
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    public override Image BackgroundImage {get; set;}
    See Also