SystemParameters.SmallWindowCaptionButtonWidth Свойство

Определение

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

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

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

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

Атрибуты

Комментарии

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

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

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

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