The C1GestureService type exposes the following members.

Methods

  Name Description
Public method Static member GetGestureListener
Gets a C1GestureListener for the new element. Will create a new one if necessary.
Public method Static member SetGestureListener Obsolete.
Sets the C1GestureListener on an element. Needed for XAML, but should not be used in code. Use GetGestureListener instead, which will create a new instance if one is not already set, to add your handlers to an element.

Fields

  Name Description
Public field Static member GestureListenerProperty
The definition of the C1GestureListener attached DependencyProperty.

Attached Properties

  Name Description
Public attached property GestureListener

See Also