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