Spread Windows Forms 12.0 Product Documentation
FillColor2 Property (FpProgress)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpProgress Class : FillColor2 Property
Gets or sets the second color (for a gradient) to paint the progress indicator.
Syntax
'Declaration
 
Public Property FillColor2 As Color
'Usage
 
Dim instance As FpProgress
Dim value As Color
 
instance.FillColor2 = value
 
value = instance.FillColor2
public Color FillColor2 {get; set;}
See Also

Reference

FpProgress Class
FpProgress Members