共用方式為


SystemColors.InfoTextBrushKey 屬性

定義

取得 SolidColorBrushResourceKey,其在 ToolTip 控制項中繪製文字。

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

屬性值

ResourceKey

SolidColorBrush 的資源索引鍵,其在 ToolTip 控制項中繪製文字。 這個筆刷的 IsFrozen 屬性為 true,所以無法修改。

備註

InfoTextBrushKey使用 建立筆刷的動態參考,以繪製控制項中的 ToolTip 文字。 如果筆刷已變更,這個動態參考會自動更新。 若要建立不會自動更新的靜態參考,請使用 InfoTextBrush

XAML Attribute Usage

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

XAML 值

x:Static
x:Static 標記延伸

適用於

另請參閱