Class TouchInteraction
Serves to attach a custom Touch Behavior to a certain control.
Inheritance
System.Object
TouchInteraction
Namespace: Telerik.Windows.Touch.Behaviors
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TouchInteraction : Object
Fields
BehaviorProperty
Identifies the Behavior instance.
Declaration
public static readonly DependencyProperty BehaviorProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetBehavior(DependencyObject)
Gets the behavior.
Declaration
public static TouchInputBehavior GetBehavior(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The visual element. |
Returns
TouchInputBehavior
|
SetBehavior(DependencyObject, TouchInputBehavior)
Sets the behavior.
Declaration
public static void SetBehavior(DependencyObject obj, TouchInputBehavior value)
Parameters
System.Windows.DependencyObject
obj
The visual element. |
TouchInputBehavior
value
The value. |