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