Skip to main content
A newer version of this page is available. .

VectorMapPalette Enum

Contains values that specify the palette to be used for coloring a vector map.

Namespace: DevExpress.ExpressApp.Maps.Web

Assembly: DevExpress.ExpressApp.Maps.Web.v18.2.dll

Declaration

public enum VectorMapPalette

Members

Name Description
Default

The vector map palette is “Default”.

SoftPastel

The vector map palette is “Soft Pastel”.

HarmonyLight

The vector map palette is “Harmony Light”.

Pastel

The vector map palette is “Pastel”.

Bright

The vector map palette is “Bright”.

Soft

The vector map palette is “Soft”.

Ocean

The vector map palette is “Ocean”.

Vintage

The vector map palette is “Vintage”.

Violet

The vector map palette is “Violet”.

Related API Members

The following properties accept/return VectorMapPalette values:

Remarks

This enumeration values are used to initialize the IModelVectorMapSettings.Palette and VectorMapSettings.Palette properties.

See Also