Popup.ChildProperty 属性

定义

获取 Child 依赖属性的标识符。

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

属性值

依赖属性的标识符。

适用于