FrameworkElement.RequestedThemeProperty Property

Definition

Identifies the RequestedTheme dependency property.

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

Property Value

The identifier for the RequestedTheme dependency property.

Applies to