C# Class Microsoft.Phone.Controls.GestureService

Afficher le fichier Open project: Kinnara/WPToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
GestureListenerProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetGestureListener ( DependencyObject obj ) : GestureListener

Gets a GestureListener for the new element. Will create a new one if necessary.

Private Methods

Méthode Description
GetGestureListenerInternal ( DependencyObject obj, bool createIfMissing ) : GestureListener

Gets the GestureListener on an element. If one is not set, can create a new one so that this will never return null, depending on the state of the createIfMissing flag.

SetGestureListener ( DependencyObject obj, GestureListener value ) : void
SetGestureListenerInternal ( DependencyObject obj, GestureListener value ) : void

This is used to set the value of the attached DependencyProperty internally.

Method Details

GetGestureListener() public static méthode

Gets a GestureListener for the new element. Will create a new one if necessary.
public static GetGestureListener ( DependencyObject obj ) : GestureListener
obj System.Windows.DependencyObject The object to get the GestureListener from.
Résultat GestureListener

Property Details

GestureListenerProperty public_oe static_oe property

The definition of the GestureListener attached DependencyProperty.
public static DependencyProperty,System.Windows GestureListenerProperty
Résultat System.Windows.DependencyProperty