AppBarAutomationPeer.VisualState 属性

定义

获取应用栏的视觉状态。

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

属性值

应用栏的视觉状态,作为 枚举的值。

实现

适用于