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


In This Topic
    BackgroundImage Property (FpProgress)
    In This Topic
    Gets or sets the background image for the control.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property BackgroundImage As Picture
    'Usage
     
    
    Dim instance As FpProgress
    Dim value As Picture
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    public virtual new Picture BackgroundImage {get; set;}
    See Also