Spread Windows Forms 12.0 Product Documentation
Style Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : Style Property
Gets or sets how the progress indicator is displayed.
Syntax
'Declaration
 
Public Property Style As ProgressStyle
'Usage
 
Dim instance As FpProgress
Dim value As ProgressStyle
 
instance.Style = value
 
value = instance.Style
public ProgressStyle Style {get; set;}

Property Value

ProgressStyle setting that determines the style
See Also

Reference

FpProgress Class
FpProgress Members