SystemParameters.MenuButtonWidth Property

Definition

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

public:
 static property double MenuButtonWidth { double get(); };
public static double MenuButtonWidth { [System.Security.SecurityCritical] get; }
public static double MenuButtonWidth { get; }
[<get: System.Security.SecurityCritical>]
member this.MenuButtonWidth : double
member this.MenuButtonWidth : double
Public Shared ReadOnly Property MenuButtonWidth As Double

Property Value

Double

The width of a menu bar button.

Attributes

Remarks

Maps to SM_CXMENUSIZE. See GetSystemMetrics.

XAML Attribute Usage

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

Applies to