AppBarAutomationPeer.IsTopmost Property

Definition

Gets a Boolean value indicating if the app bar is the topmost element in the z-order of layout.

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

Property Value

Boolean

bool

true if the app bar is topmost; otherwise, false.

Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to