ItemContainer.ChildProperty 属性

定义

标识 Child 依赖属性。

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

属性值

依赖属性的标识符。

适用于