Поделиться через


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 в настоящее время развернуто, в противном случае — Свернуто.

Реализации

Применяется к