PredefinedColorSchema Enum
Lists the predefined color schemas which are used by the map colorizer to color map shapes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Members
Name | Description |
---|---|
None
|
Unspecified color schema. |
Palette
|
A map shape is painted using a color palette. |
Gradient
|
A map shape is painted using a color gradient. |
Criteria
|
A map shape is painted using a color according to the criteria. |
Related API Members
The following properties accept/return PredefinedColorSchema values:
Remarks
The values listed by this enumeration are used to set the PredefinedColorsColorizer.PredefinedColorSchema property.
See Also