FrameworkElement.StyleProperty プロパティ

定義

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

public:
 static property DependencyProperty ^ StyleProperty { DependencyProperty ^ get(); };
static DependencyProperty StyleProperty();
public static DependencyProperty StyleProperty { get; }
var dependencyProperty = FrameworkElement.styleProperty;
Public Shared ReadOnly Property StyleProperty As DependencyProperty

プロパティ値

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

適用対象