Freigeben über


AppBarAutomationPeer.IsModal Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die App-Leiste modal ist.

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

Eigenschaftswert

Boolean

bool

true , wenn die App-Leiste modal ist; andernfalls false.

Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: