Back to Devexpress

MapLegendBase Class

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

latest2.1 KB
Original Source

MapLegendBase Class

The base class for all legends that can be used in the Map control.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class MapLegendBase :
    MapElement,
    IOverlayInfo,
    INotifyPropertyChanged
vb
Public MustInherit Class MapLegendBase
    Inherits MapElement
    Implements IOverlayInfo,
               INotifyPropertyChanged

The following members return MapLegendBase objects:

Inheritance

Show 15 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement MapLegendBase DataProviderLegend

ColorLegend

ColorListLegend

ColorScaleLegend

ItemsLayerLegend

SizeLegend

See Also

MapLegendBase Members

DevExpress.Xpf.Map Namespace