Spread Windows Forms 12.0 Product Documentation
FillColor Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : FillColor Property
Gets or sets the color to paint the progress indicator.
Syntax
'Declaration
 
Public Property FillColor As Color
'Usage
 
Dim instance As FpProgress
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor
public Color FillColor {get; set;}

Property Value

Color object containing the fill color
See Also

Reference

FpProgress Class
FpProgress Members