SystemParameters.FullPrimaryScreenHeight プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プライマリ ディスプレイ モニター上の全画面表示ウィンドウのクライアント領域の高さ (ピクセル単位) を取得します。
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}
"/>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET