ProgressBarBorderColor Property
Gets or sets the color of the border of the ProgressBar.
Namespace: BeeMobile.ProgressBarAssembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
public Color BorderColor { get; set; }
Public Property BorderColor As Color
Get
Set
Property Value
ColorSystem.Drawing.Color - represents the color used to
draw the border. Default is
DarkGreen.
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.