SemanticZoomAutomationPeer.ToggleState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property ToggleState ToggleState { ToggleState get(); };
ToggleState ToggleState();
public ToggleState ToggleState { get; }
var toggleState = semanticZoomAutomationPeer.toggleState;
Public ReadOnly Property ToggleState As ToggleState
屬性值
如果呼叫Toggle會導致切換檢視,則為true;否則為false。
實作
備註
對於 SemanticZoom,此屬性相當於讀取 CanChangeViews。