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


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