共用方式為


SystemColors.WindowTextColorKey 屬性

定義

在視窗的工作區中取得文字 ColorResourceKey

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

屬性值

ResourceKey

視窗工作區之文字 Color 的資源索引碼。

備註

WindowTextColorKey使用 建立視窗文字系統色彩的動態參考。 如果色彩變更,此動態參考會自動更新。 若要建立不會自動更新的靜態參考,請使用 WindowTextColor

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於

另請參閱