通过


SystemColors.ControlLightLightBrushKey 属性

定义

获取绘制 ResourceKey 三维显示元素的突出显示的项 SolidColorBrush

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

属性值

绘制三维显示元素突出显示的资源键 SolidColorBrush 。 此画笔 IsFrozen 的属性是 true,因此无法对其进行修改。

注解

使用 ControlLightLightBrushKey 创建对系统画笔的动态引用,以绘制三维显示元素的突出显示。 如果更改画笔,此动态引用将自动更新。 若要创建不自动更新的静态引用,请使用 ControlLightLightBrush

XAML 属性用法

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

XAML 值

x:Staticx:Static Markup Extension

适用于

另请参阅