FrameworkElement.StyleProperty Property

Definition

Identifies the Style dependency property.

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

Property Value

The identifier for the Style dependency property.

Applies to