Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / BackgroundImage Property


In This Topic
    BackgroundImage Property (SpreadShapesContainer)
    In This Topic
    Gets or sets the background image for the container.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackgroundImage As Picture
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim value As Picture
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    public override Picture BackgroundImage {get; set;}
    See Also