ProgressBarForeColorEmpty Property

Gets or sets the fore color for empty ProgressBar.

Definition

Namespace: BeeMobile.ProgressBar
Assembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
C#
public Color ForeColorEmpty { get; set; }

Property Value

Color
Color - fore color for empty ProgressBar.

Remarks

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.

See Also