Skip to main content

ColorCollection Class

A collection of colors.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class ColorCollection :
    ObservableCollection<Color>

The following members return ColorCollection objects:

Remarks

The MapColorizer contains a collection of colors that should be used to colorize shapes on a map. This collection is represented by a ColorCollection object returned via the MapColorizer.Colors property.

Inheritance

See Also