Bagikan melalui


ToolBar.ButtonStyleKey Properti

Definisi

Mendapatkan Style diterapkan ke tombol pada toolbar.

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

Nilai Properti

Kunci sumber daya yang mewakili gaya default untuk tombol pada toolbar.

Contoh

Contoh berikut menunjukkan cara menggunakan properti ini untuk menerapkan Style ke kontrol Button pada ToolBar.

<Style x:Key="{x:Static ToolBar.ButtonStyleKey}" TargetType="Button">
  <Setter Property="Foreground" Value="Blue"/>
  <Setter Property="FontSize" Value="14"/>
  <Setter Property="HorizontalAlignment" Value="Center"/>
  <Setter Property="VerticalAlignment" Value="Center"/>
</Style>

Keterangan

Gunakan properti ini untuk mengubah gaya default kontrol Button pada ToolBar.

Penggunaan Atribut XAML

propertiobjek ="ToolBar.ButtonStyleKey

Berlaku untuk