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


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