Specifies the color schemes supported by the ArcGIS Explorer application.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum ColorScheme
Visual Basic (Declaration)
Public Enumeration ColorScheme

Members

Member nameDescription
Aqua
The agua color scheme.
Black
The black color scheme.
Blue
The blue color scheme.
Silver
The silver color scheme.

Remarks

You can return the current color scheme or change to another scheme using the ColorScheme property. To monitor when the color scheme changes listen to the ColorSchemeChanged event.

Version Information: This enum is supported from version 2.0.0.1500.

See Also