Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / BackgroundImage Property


In This Topic
    BackgroundImage Property (IElementStyle)
    In This Topic
    Gets or sets the background picture.
    Syntax
    'Declaration
     
    
    Property BackgroundImage As Picture
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Picture
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    Picture BackgroundImage {get; set;}
    See Also