다음을 통해 공유


ExpanderAutomationPeer.ExpandCollapseState 속성

정의

Expander.IsExpanded 속성의 값을 가져오고 Expander가 현재 확장 또는 축소되었는지 여부를 반환합니다.

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

속성 값

Expanded 컨트롤의 콘텐츠 영역이 현재 표시되면 이고, Collapsed 콘텐츠 영역이 숨겨져 있으면 입니다.

구현

적용 대상