Color used to render the background of map tile images

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected Overridable ReadOnly Property MapBackgroundColor As Color
	Get
C#
protected virtual Color MapBackgroundColor { get; }
Visual C++
protected:
virtual property Color MapBackgroundColor {
	Color get ();
}
JavaScript
function get_mapBackgroundColor();

See Also