SystemParameters.MenuButtonHeightKey Property

Definition

Gets the ResourceKey for the MenuButtonHeight property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.MenuButtonHeightKey}"/>

Applies to