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}"/>

적용 대상