VisualStateChangedEventArgs.Control 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 l'elemento che esegue la transizione tra stati.
public:
property System::Windows::FrameworkElement ^ Control { System::Windows::FrameworkElement ^ get(); };
public System.Windows.FrameworkElement Control { get; }
member this.Control : System.Windows.FrameworkElement
Public ReadOnly Property Control As FrameworkElement
Valore della proprietà
L'elemento che esegue la transizione degli stati se VisualStateGroup è in un ControlTemplate; in caso contrario, null
.
Commenti
Quando l'oggetto VisualStateGroup è impostato su un FrameworkElement oggetto che non è in un ControlTemplateoggetto , la Control proprietà è null
e si dovrebbe usare la StateGroupsRoot proprietà .