次の方法で共有


AppBarAutomationPeer.IsTopmost プロパティ

定義

アプリ バーがレイアウトの z オーダーの最上位要素であるかどうかを示すブール値を取得します。

public:
 property bool IsTopmost { bool get(); };
bool IsTopmost();
public bool IsTopmost { get; }
var boolean = appBarAutomationPeer.isTopmost;
Public ReadOnly Property IsTopmost As Boolean

プロパティ値

Boolean

bool

アプリ バーが一番上にある場合は true。それ以外の場合は false

実装

適用対象