Background color of the map display for transparent polygons and for regions outside of the map data.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Private m_BackColor As Color
C#
private Color m_BackColor;
C++
private:
 Color m_BackColor sealed ;
J#
private Color m_BackColor
JScript
private m_BackColor : Color;

See Also