SystemParameters.WindowCaptionButtonHeight Свойство

Определение

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

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

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

Высота кнопки заголовка.

Атрибуты

Комментарии

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

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

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

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