Back to Devexpress

PredefinedColorSchema Enum

windowsforms-devexpress-dot-xtramap-9a28af59.md

latest1.4 KB
Original Source

PredefinedColorSchema Enum

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum PredefinedColorSchema
vb
Public Enum PredefinedColorSchema

Members

NameDescription
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.

|

The following properties accept/return PredefinedColorSchema values:

Remarks

The values listed by this enumeration are used to set the PredefinedColorsColorizer.PredefinedColorSchema property.

See Also

DevExpress.XtraMap Namespace