GestureData.SourceAdorner Property
Gets the source 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 SourceAdorner As DependencyObject
Get
public DependencyObject SourceAdorner { get; }
public:
property DependencyObject^ SourceAdorner {
DependencyObject^ get ();
}
member SourceAdorner : DependencyObject
function get SourceAdorner () : DependencyObject
Property Value
Type: System.Windows.DependencyObject
A UIElement that is the adorner that initiated the gesture. The return value can be nulla null reference (Nothing in Visual Basic) if the gesture was not initiated by an adorner.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace