Back to Devexpress

LayerBase Class

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

latest2.1 KB
Original Source

LayerBase Class

Serves as the base class for all layers.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract class LayerBase :
    MapElement,
    IUnitConverterProvider,
    ISupportDataLoading,
    IItemVisibilityCalculatorProvider,
    ILegendDataProvider
vb
Public MustInherit Class LayerBase
    Inherits MapElement
    Implements IUnitConverterProvider,
               ISupportDataLoading,
               IItemVisibilityCalculatorProvider,
               ILegendDataProvider

The following members return LayerBase objects:

Inheritance

Show 14 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control MapElement LayerBase ImageLayer

VectorLayerBase

ImageTilesLayer

InformationLayer

VectorLayer

See Also

LayerBase Members

DevExpress.Xpf.Map Namespace