Back to Devexpress

ColorCollection Class

windowsforms-devexpress-dot-xtramap-01f7502f.md

latest1.6 KB
Original Source

ColorCollection Class

A collection of colors.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class ColorCollection :
    NotificationCollection<Color>
vb
Public Class ColorCollection
    Inherits NotificationCollection(Of Color)

The following members return ColorCollection objects:

Inheritance

Object DXCollectionBase<Color> DXCollection<Color> NotificationCollection<Color> ColorCollection

See Also

ColorCollection Members

DevExpress.XtraMap Namespace