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


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