Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Picture Property


In This Topic
Picture Property (ElementControl)
In This Topic
Gets or sets the picture for the control.
Syntax
'Declaration
 
Public Overridable Property Picture As Image
 
'Usage
 
Dim instance As ElementControl
Dim value As Image
 
instance.Picture = value
 
value = instance.Picture
See Also