Path.DataProperty プロパティ

定義

データ依存関係プロパティを識別します。

public:
 static property DependencyProperty ^ DataProperty { DependencyProperty ^ get(); };
static DependencyProperty DataProperty();
public static DependencyProperty DataProperty { get; }
var dependencyProperty = Path.dataProperty;
Public Shared ReadOnly Property DataProperty As DependencyProperty

プロパティ値

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

適用対象