SystemColors.GradientActiveCaptionBrushKey 属性

定义

获取 SolidColorBrush(它是活动窗口标题栏渐变的右侧颜色)的 ResourceKey

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

属性值

ResourceKey

SolidColorBrush(它是活动窗口标题栏渐变的右侧颜色)的资源关键字。 此画笔的 IsFrozen 属性为 true,因此不能修改它。

注解

使用 GradientActiveCaptionBrushKey 创建对系统画笔的动态引用,用于绘制活动窗口标题栏渐变右侧的颜色。 如果画笔发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 GradientActiveCaptionBrush

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅