Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / ForegroundImage Property


In This Topic
ForegroundImage Property (IElementStyle)
In This Topic
Gets or sets the foreground picture.
Syntax
'Declaration
 
Property ForegroundImage As Picture
 
'Usage
 
Dim instance As IElementStyle
Dim value As Picture
 
instance.ForegroundImage = value
 
value = instance.ForegroundImage
See Also