SystemParameters.MinimizedWindowWidth 속성

정의

최소화된 창의 DPI에 대해 조정된 너비(픽셀 단위)를 나타내는 값을 가져옵니다.

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

속성 값

최소화된 창의 너비입니다.

특성

설명

SM_CXMINIMIZED 매핑합니다. GetSystemMetrics를 참조하세요.

XAML 특성 사용

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

적용 대상