SystemColors.ActiveBorderColorKey 属性

定义

获取活动窗口边框 ColorResourceKey

public:
 static property System::Windows::ResourceKey ^ ActiveBorderColorKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey ActiveBorderColorKey { get; }
static member ActiveBorderColorKey : System.Windows.ResourceKey
Public Shared ReadOnly Property ActiveBorderColorKey As ResourceKey

属性值

活动窗口边框的 Color 的资源键。

注解

ActiveBorderColorKey使用 创建对活动边框系统颜色的动态引用。 如果颜色发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 ActiveBorderColor

XAML 属性用法

<object property="{DynamicResource {x:Static SystemColors.ActiveBorderColorKey}}"/>  

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅