MobileForms Toolkit Documentation

ProgressBar.BarColor Property

Gets or sets a color of the progress bar.

public System.Drawing.Color BarColor {get; set;}

Property Value

A Color used to draw the progress bar. The default is Highlight.

Remarks

If BarGradientColor or BarImage are set, this property is not used.

See Also

ProgressBar Class | Resco.Controls.ProgressBar Namespace