AppBarAutomationPeer.IsTopmost 屬性

定義

取得布爾值,指出應用程式行是否為版面配置圖層順序中最上層元素。

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

實作

適用於