SplitButtonAutomationPeer.ExpandCollapseState 屬性

定義

取得控制項的狀態,可能為展開或摺疊。

適用于 UWP 的對等 WinUI 2 API:適用于 UWPMicrosoft.UI.Xaml.Controls.SplitButtonAutomationPeer.ExpandCollapseState (Windows 應用程式 SDK,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property ExpandCollapseState ExpandCollapseState { ExpandCollapseState get(); };
ExpandCollapseState ExpandCollapseState();
public ExpandCollapseState ExpandCollapseState { get; }
var expandCollapseState = splitButtonAutomationPeer.expandCollapseState;
Public ReadOnly Property ExpandCollapseState As ExpandCollapseState

屬性值

列舉值。

實作

適用於