This property overrides inherited property to hide it.
Namespace:
Greatis.Nostalgia
Assembly:
Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property BackColor As Color |
C# |
---|
public Color BackColor { get; set; } |
Visual C++ |
---|
public:
property Color BackColor {
Color get ();
void set (Color value);
} |
JavaScript |
---|
function get_backColor();
function set_backColor(value); |
See Also