다음을 통해 공유


ToggleSplitButtonAutomationPeer.ExpandCollapseState 속성

정의

연결된 ToggleSplitButton의 확장 또는 축소 상태를 나타내는 값을 가져옵니다.

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

속성 값

연결된 ToggleSplitButton의 확장되거나 축소된 상태입니다. 기본값은 Expanded입니다.

구현

적용 대상