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