SystemColors.GradientInactiveCaptionColorKey 屬性

定義

取得非使用中視窗標題列之漸層右端 ColorResourceKey

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

屬性值

ResourceKey

非使用中視窗標題列之漸層右端 Color 的資源索引鍵。

備註

GradientInactiveCaptionColorKey使用 來建立漸層非使用中輔助字幕系統色彩的動態參考。 如果色彩已變更,這個動態參考將會自動更新。 若要建立不會自動更新的靜態參考,請使用 GradientInactiveCaptionColor

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於

另請參閱