ProgressBarBorderColor Property

Gets or sets the color of the border of the ProgressBar.

Definition

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

Property Value

Color
System.Drawing.Color - represents the color used to draw the border. Default is DarkGreen.

Remarks

ProgressBar control not only uses vertical gradient fill of its client area but also a partially transparent horizontal gradient fill which causes the edges of the control to appear darker and center to appear lighter. This effect is also applied to the border of the ProgressBar. That is why the color of the border in the center is lighter than in the edges.

See Also