SystemParameters.PrimaryScreenHeight 속성

정의

기본 디스플레이 모니터의 화면 높이를 픽셀 단위로 나타내는 값을 가져옵니다.

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

속성 값

Double

화면의 높이입니다.

특성

설명

SM_CYSCREEN 지도. GetSystemMetrics를 참조하세요.

XAML 특성 사용

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

적용 대상