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 종속성 속성의 식별자입니다.

적용 대상