Popup.ChildProperty プロパティ

定義

依存関係プロパティの識別子を取得します。

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

プロパティ値

依存関係プロパティの識別子。

適用対象