Spread Windows Forms 12.0 Product Documentation
Picture Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : Picture Property
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
public Picture Picture {get; set;}
See Also

Reference

FpProgress Class
FpProgress Members