ColorCollection Class
In This Article
A collection of colors.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Related API Members
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.
See Also