Initializes a new instance of the GestureListener class.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public GestureListener(
	UIElement element
)
Visual Basic
Public Sub New ( _
	element As UIElement _
)
Visual C++
public:
GestureListener(
	UIElement^ element
)

Parameters

element
Type: System.Windows..::..UIElement
The UIElement used to listen for gestures.

See Also