A collection of colors.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v18.2.dll
public class ColorCollection :
ObservableCollection<Color>
Public Class ColorCollection
Inherits ObservableCollection(Of Color)
Implements
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.