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

적용 대상