Proprietà GestureData.SourceAdorner

Ottiene lo strumento decorativo visuale di origine nella visualizzazione.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SourceAdorner As DependencyObject
    Get
public DependencyObject SourceAdorner { get; }
public:
property DependencyObject^ SourceAdorner {
    DependencyObject^ get ();
}
member SourceAdorner : DependencyObject
function get SourceAdorner () : DependencyObject

Valore proprietà

Tipo: System.Windows.DependencyObject
Oggetto UIElement che rappresenta lo strumento decorativo visuale che ha iniziato l'azione.Il valore restituito può essere nullriferimento null (Nothing in Visual Basic) se il movimento non è stato iniziato da uno strumento decorativo visuale.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GestureData Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF