Gets or sets the color on the map background
Namespace:
EGIS.Controls
Assembly:
EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property MapBackColor As Color |
| C# |
|---|
public Color MapBackColor { get; set; } |
| Visual C++ |
|---|
public:
property Color MapBackColor {
Color get ();
void set (Color value);
} |
See Also