MarkupProperty.DependencyProperty プロパティ

定義

派生クラスでオーバーライドされると、プロパティが依存関係プロパティとして実装されている場合は、マークアップ プロパティの DependencyProperty 識別子を取得します。

public:
 virtual property System::Windows::DependencyProperty ^ DependencyProperty { System::Windows::DependencyProperty ^ get(); };
public virtual System.Windows.DependencyProperty DependencyProperty { get; }
member this.DependencyProperty : System.Windows.DependencyProperty
Public Overridable ReadOnly Property DependencyProperty As DependencyProperty

プロパティ値

DependencyProperty

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

注釈

既定の動作では、次の値が返されます null

適用対象