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