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

PredefinedColorSchema Enum

Lists the predefined color schemas which are used by the map colorizer to color map shapes.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public enum PredefinedColorSchema

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