SystemColors.GradientInactiveCaptionBrushKey 属性

定义

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

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

属性值

用来绘制非活动窗口标题栏背景的 SolidColorBrush 的资源键。 此画笔的 IsFrozen 属性为 true,因此不能修改它。

注解

GradientInactiveCaptionBrushKey使用 创建动态引用。 如果画笔发生更改,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 GradientInactiveCaptionBrush

XAML 属性用法

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

XAML 值

x:Static
x:Static 标记扩展

适用于

另请参阅