SystemParameters.MenuButtonWidthKey Property

Definition

Gets the ResourceKey for the MenuButtonWidth property.

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

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to