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


In This Topic
    BackgroundImage Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property BackgroundImage As Picture
    'Usage
     
    
    Dim instance As IElement
    Dim value As Picture
     
    instance.BackgroundImage = value
     
    value = instance.BackgroundImage
    Picture BackgroundImage {get; set;}
    See Also