Condividi tramite


ExpanderAutomationPeer.ExpandCollapseState Proprietà

Definizione

Ottiene il valore della proprietà Expander.IsExpanded e restituisce se Expander è attualmente espanso o compresso.

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

Valore della proprietà

Expanded se l'area di contenuto del controllo è attualmente visualizzata; Collapsed se l'area del contenuto è nascosta.

Implementazioni

Si applica a