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


In This Topic
Picture Property (FpProgress)
In This Topic
Gets or sets the image displayed for the progress indicator when they style is set to display a picture.
Syntax
'Declaration
 
Public Property Picture As Picture
 
'Usage
 
Dim instance As FpProgress
Dim value As Picture
 
instance.Picture = value
 
value = instance.Picture
See Also