Edit

SystemParameters.MenuButtonWidth Property

Definition

Gets a value that indicates the width, in pixels adjusted for DPI, of a menu bar button.

public:
 static property double MenuButtonWidth { double get(); };
public static double MenuButtonWidth { get; }
static member MenuButtonWidth : double
Public Shared ReadOnly Property MenuButtonWidth As Double

Property Value

The width of a menu bar button.

Remarks

Maps to SM_CXMENUSIZE. See GetSystemMetrics.

XAML attribute usage

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

Applies to