SystemParameters.WorkArea プロパティ

定義

プライマリ ディスプレイ モニター上の作業領域のサイズを取得します。

public:
 static property System::Windows::Rect WorkArea { System::Windows::Rect get(); };
public static System.Windows.Rect WorkArea { get; }
static member WorkArea : System.Windows.Rect
Public Shared ReadOnly Property WorkArea As Rect

プロパティ値

仮想画面の座標として示された作業領域の座標を受け取る RECT 構造体。

注釈

作業領域は、システム タスク バーやアプリケーション デスクトップ ツール バーによって隠されない画面の部分です。

SPI_GETWORKAREAにマップします。 「SystemParametersInfo」を参照してください

XAML 属性の使用方法

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

適用対象