ProgressBarForeColorEmpty Property
Gets or sets the fore color for empty ProgressBar.
Namespace: BeeMobile.ProgressBarAssembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
public Color ForeColorEmpty { get; set; }
Public Property ForeColorEmpty As Color
Get
Set
Property Value
ColorColor - fore color for empty ProgressBar.
When ProgressBar is empty (its
Value property contains a value of 0),
the value of this property contains a
Color which
is used to draw the string contained in
Title property.