FrameworkElement.RequestedThemeProperty 属性

定义

标识 RequestedTheme 依赖属性。

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

属性值

RequestedTheme 依赖属性的标识符。

适用于