SystemParameters.WindowCaptionButtonWidth Свойство

Определение

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

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

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

Ширина кнопки заголовка.

Атрибуты

Комментарии

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

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

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

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