Share via


AppBarAutomationPeer.IsModal Property

Definition

Gets a Boolean value indicating if the app bar is modal.

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

Property Value

Boolean

bool

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

Implements

Applies to