SystemParameters.FullPrimaryScreenHeight プロパティ

定義

プライマリ ディスプレイ モニターの全画面表示ウィンドウのクライアント領域の高さをピクセル単位で取得します。

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

プロパティ値

クライアント領域の高さ。

属性

注釈

SM_CYFULLSCREENにマップします。 GetSystemMetrics を参照してください。

XAML 属性の使用方法

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

適用対象