次の方法で共有


StatusBar.OccludedRect プロパティ

定義

現在ステータス バーによって隠されているコア ウィンドウの領域を取得します。

public:
 property Rect OccludedRect { Rect get(); };
Rect OccludedRect();
public Rect OccludedRect { get; }
var rect = statusBar.occludedRect;
Public ReadOnly Property OccludedRect As Rect

プロパティ値

現在ステータス バーによって隠されているコア ウィンドウの領域。

適用対象