SystemParameters.FullPrimaryScreenWidth 속성

정의

기본 디스플레이 모니터의 전체 화면 창에서 클라이언트 영역의 너비를 픽셀 단위로 가져옵니다.

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

속성 값

클라이언트 영역의 너비입니다.

특성

설명

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

XAML 특성 사용

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

적용 대상