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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Maps.Web
Declaration
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.