SystemColors.ControlLightLightColorKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 3D 顯示項目醒目提示之 Color 的 ResourceKey。
public:
static property System::Windows::ResourceKey ^ ControlLightLightColorKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey ControlLightLightColorKey { get; }
static member ControlLightLightColorKey : System.Windows.ResourceKey
Public Shared ReadOnly Property ControlLightLightColorKey As ResourceKey
屬性值
3D 顯示項目醒目提示之 Color 的資源索引鍵。
備註
ControlLightLightColorKey使用 建立三維顯示元素醒目提示色彩的動態參考。 如果色彩變更,此動態參考會自動更新。 若要建立不會自動更新的靜態參考,請使用 ControlLightLightColor 。
XAML Attribute Usage
<object property="{DynamicResource {x:Static SystemColors.ControlLightLightColorKey}}"/>
XAML 值
x:Static
x:Static 標記延伸。