Dela via


GestureData.TargetAdorner Property

Gets the target adorner in the view.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property TargetAdorner As DependencyObject
'Usage
Dim instance As GestureData 
Dim value As DependencyObject 

value = instance.TargetAdorner
public DependencyObject TargetAdorner { get; }
public:
property DependencyObject^ TargetAdorner {
    DependencyObject^ get ();
}
public function get TargetAdorner () : DependencyObject

Property Value

Type: System.Windows.DependencyObject
A UIElement that is the adorner the gesture is currently over. The return value can be nulla null reference (Nothing in Visual Basic) if the gesture is not over an adorner.

.NET Framework Security

See Also

Reference

GestureData Class

GestureData Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility