Back to Devexpress

WmsLayerCollection.Item[Int32] Property

wpf-devexpress-dot-xpf-dot-map-dot-wmslayercollection-dot-item-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

WmsLayerCollection.Item[Int32] Property

Returns the layer from the WmsLayerCollection by index.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public WmsLayer this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As WmsLayer

Parameters

NameTypeDescription
indexInt32

An Int32 value specifying the index of a layer in the collection.

|

Property Value

TypeDescription
WmsLayer

A WmsLayer object.

|

See Also

WmsLayerCollection Class

WmsLayerCollection Members

DevExpress.Xpf.Map Namespace