共用方式為


ToolBar.ToggleButtonStyleKey 屬性

定義

取得套用至 ToolBarToggleButton 控件的 Style

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

屬性值

資源索引鍵,表示工具列上切換按鈕的默認樣式。

備註

使用這個屬性來變更 ToolBarToggleButton 控件的預設樣式。

XAML 屬性使用方式

< 物件屬性=“{ToolBar.ToggleButtonStyleKey}"/>

適用於