Share via


AppBarAutomationPeer.VisualState Property

Definition

Gets the visual state of the app bar.

public:
 property WindowVisualState VisualState { WindowVisualState get(); };
WindowVisualState VisualState();
public WindowVisualState VisualState { get; }
var windowVisualState = appBarAutomationPeer.visualState;
Public ReadOnly Property VisualState As WindowVisualState

Property Value

The visual state of the app bar, as a value of the enumeration.

Implements

Applies to