LayerBase.Map Property
In This Article
Provides access to the Map Control that is the owner of this layer.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
[Browsable(false)]
public MapControl Map { get; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
See Also