다음을 통해 공유


SystemParameters.FullPrimaryScreenHeight 속성

정의

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

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

속성 값

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

특성

설명

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

XAML 특성 사용

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

적용 대상