Back to Devexpress

LegendCollection Class

wpf-devexpress-dot-xpf-dot-map-57258045.md

latest2.2 KB
Original Source

LegendCollection Class

A collection of map legends.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class LegendCollection :
    MapDependencyObjectCollection<MapLegendBase>
vb
Public Class LegendCollection
    Inherits MapDependencyObjectCollection(Of MapLegendBase)

The following members return LegendCollection objects:

Remarks

An instance of the LegendCollection object can be accessed via the MapControl.Legends property. For more information, refer to the Legends document.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<MapLegendBase> MapDependencyObjectCollectionBase<MapLegendBase> MapDependencyObjectCollection<MapLegendBase> LegendCollection

See Also

LegendCollection Members

DevExpress.Xpf.Map Namespace