Property | Type | Description | |
---|---|---|---|
GestureListenerProperty |
Method | Description | |
---|---|---|
GetGestureListener ( |
Gets a GestureListener for the new element. Will create a new one if necessary.
|
Method | Description | |
---|---|---|
GetGestureListenerInternal ( |
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 ( |
||
SetGestureListenerInternal ( |
This is used to set the value of the attached DependencyProperty internally.
|
public static GetGestureListener ( |
||
obj | The object to get the GestureListener from. | |
return | GestureListener |