Bagikan melalui


ToolBar.MenuStyleKey Properti

Definisi

Mendapatkan Style diterapkan ke menu pada ToolBar.

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

Nilai Properti

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

Contoh

Contoh berikut menggunakan properti ini untuk menerapkan Style ke kontrol Menu pada ToolBar.

<Style x:Key="{x:Static ToolBar.MenuStyleKey}" TargetType="Menu">
  <Setter Property="FontSize" Value="14"/>
  <Setter Property="FontStyle" Value="Italic"/>
  <Setter Property="FontWeight" Value="Bold"/>
  <Setter Property="Background" Value="LightSteelBlue"/>
</Style>

Keterangan

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

Penggunaan Atribut XAML

< propertiobjek="{ToolBar.MenuStyleKey}"/>

Berlaku untuk