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