Expander.IsExpanded Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta se la finestra del contenuto Expander è visibile.
public:
property bool IsExpanded { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsExpanded { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsExpanded : bool with get, set
Public Property IsExpanded As Boolean
Valore della proprietà
true
se la finestra del contenuto è espansa; in caso contrario, false
. Il valore predefinito è false
.
- Attributi
Esempio
Nell'esempio seguente viene illustrato come impostare la proprietà IsExpanded.
myExpanderIsExpanded.IsExpanded = true;
myExpanderIsExpanded.IsExpanded = True
<Expander Name ="myExpanderIsExpanded" IsExpanded="True"
Header ="expanderTitle" Content="expanderContent"/>
Commenti
Informazioni proprietà di dipendenza
Campo Identificatore | IsExpandedProperty |
Proprietà dei metadati impostate su true |
BindsTwoWayByDefault, Journal |