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


In This Topic
FillColor2 Property (FpProgress)
In This Topic
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
See Also