ArcGIS API for WPF - Library Reference
Children Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ElementLayer Class : Children Property

Gets the elements in this layer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Children As ObservableCollection(Of UIElement)
C# 
public ObservableCollection<UIElement> Children {get;}

Property Value

The children.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.