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 依赖属性的标识符。

适用于