SystemParameters.SmallWindowCaptionButtonHeight Свойство

Определение

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

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

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

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

Атрибуты

Комментарии

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

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

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

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