Back to Devexpress

DrawMapItemEventArgs.Layer Property

windowsforms-devexpress-dot-xtramap-dot-drawmapitemeventargs.md

latest1.4 KB
Original Source

DrawMapItemEventArgs.Layer Property

Gets an object representing a map items layer when handling the MapControl.DrawMapItem event.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapItemsLayerBase Layer { get; }
vb
Public ReadOnly Property Layer As MapItemsLayerBase

Property Value

TypeDescription
MapItemsLayerBase

A MapItemsLayerBase object that is a map items layer.

|

Remarks

Use the Layer property to get a map items layer when implementing the MapControl.DrawMapItem event.

See Also

DrawMapItemEventArgs Class

DrawMapItemEventArgs Members

DevExpress.XtraMap Namespace