ShellSystemListTextColor Property |
Get or set the TextColor of the Control
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public Color? TextColor { get; set; }
Public Property TextColor As Color?
Get
Set
public:
property Nullable<Color> TextColor {
Nullable<Color> get ();
void set (Nullable<Color> value);
}
member TextColor : Nullable<Color> with get, set
Property Value
Type:
NullableColorSee Also