Popup.ChildProperty Property

Definition

Gets the identifier for the Child dependency property.

public:
 static property DependencyProperty ^ ChildProperty { DependencyProperty ^ get(); };
static DependencyProperty ChildProperty();
public static DependencyProperty ChildProperty { get; }
var dependencyProperty = Popup.childProperty;
Public Shared ReadOnly Property ChildProperty As DependencyProperty

Property Value

The identifier for the Child dependency property.

Applies to