NavigationViewItemAutomationPeer.ExpandCollapseState 속성

정의

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

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

속성 값

NavigationViewItem이 현재 확장되면 확장되고, 그렇지 않으면 축소됩니다.

구현

적용 대상