DriveListPercentBarErrorColor Property |
The bar color if the percentage is below error level.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic Color PercentBarErrorColor { get; set; }
Public Property PercentBarErrorColor As Color
Get
Set
public:
property Color PercentBarErrorColor {
Color get ();
void set (Color value);
}
member PercentBarErrorColor : Color with get, set
Property Value
Type:
Color
See Also