Gets or sets the color on the map background
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Property MapBackColor As Color Get Set |
C# |
---|
public Color MapBackColor { get; set; } |
Visual C++ |
---|
public: property Color MapBackColor { Color get (); void set (Color value); } |
JavaScript |
---|
function get_mapBackColor(); function set_mapBackColor(value); |