FrameworkElement.ActualThemeProperty 属性

定义

标识 ActualTheme 依赖属性。

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

属性值

ActualTheme 依赖属性的标识符。

适用于