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