SystemParameters.MenuButtonHeight Свойство

Определение

Возвращает значение, указывающее высоту в пикселях, скорректированных для DPI, кнопки строки меню.

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

Значение свойства

Высота кнопки строки меню.

Атрибуты

Комментарии

Сопоставляется с SM_CYMENUSIZE. См. раздел GetSystemMetrics.

Использование атрибута XAML

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

Применяется к