ApplicationView.VisibleBounds プロパティ

定義

ウィンドウの表示領域 (アプリ ビュー) を取得します。 表示されるリージョンは、ステータス バーやアプリ バーなどのクロムによって隠されていないリージョンです。

public:
 property Rect VisibleBounds { Rect get(); };
Rect VisibleBounds();
public Rect VisibleBounds { get; }
var rect = applicationView.visibleBounds;
Public ReadOnly Property VisibleBounds As Rect

プロパティ値

ウィンドウの表示領域 (アプリ ビュー)。

注釈

ウィンドウの一部 (アプリ ビュー) は、ステータス バーやアプリ バーなど、クロムで覆い隠し (オクルージョン) できます。 非オクルージョン領域は、可視境界と呼ばれます。 表示すると、不透明度が 100% ではない場合でも、ステータス バーとアプリ バーによってウィンドウが隠されることに注意してください。

適用対象