MapControl.ChildrenProperty Property

Definition

Identifies the Children dependency property.

public:
 static property DependencyProperty ^ ChildrenProperty { DependencyProperty ^ get(); };
static DependencyProperty ChildrenProperty();
public static DependencyProperty ChildrenProperty { get; }
var dependencyProperty = MapControl.childrenProperty;
Public Shared ReadOnly Property ChildrenProperty As DependencyProperty

Property Value

The identifier for the Children dependency property.

Applies to

See also