wpf-devexpress-dot-xpf-dot-map-57258045.md
A collection of map legends.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public class LegendCollection :
MapDependencyObjectCollection<MapLegendBase>
Public Class LegendCollection
Inherits MapDependencyObjectCollection(Of MapLegendBase)
The following members return LegendCollection objects:
An instance of the LegendCollection object can be accessed via the MapControl.Legends property. For more information, refer to the Legends document.
Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<MapLegendBase> MapDependencyObjectCollectionBase<MapLegendBase> MapDependencyObjectCollection<MapLegendBase> LegendCollection
See Also