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

適用対象