MapItem.Layer Property
In This Article
Returns the layer containing this map item.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public virtual VectorLayerBase Layer { get; }
#Property Value
Type | Description |
---|---|
Vector |
A Vector |
See Also