A newer version of this page is available.
Switch to the current version.
PredefinedColorSchema Enum
Lists the predefined color schemas which are used by the map colorizer to color map shapes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
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
Feedback