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.
|
Methods
GetBehavior(DependencyObject)
Gets the behavior.
Declaration
public static TouchInputBehavior GetBehavior(DependencyObject obj)
Parameters
System. The visual element. |
Returns
SetBehavior(DependencyObject, TouchInputBehavior)
Sets the behavior.
Declaration
public static void SetBehavior(DependencyObject obj, TouchInputBehavior value)
Parameters
System. The visual element. |
Touch The value. |