Enum TouchMode
Represents the touch mode of a control.
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum TouchMode
HitTestHidden
The element is not visible for touch input. Touch events will be raised for the element's parents as if this element is not in the visual tree.
HitTestVisible
The element is visible for touch input and events will route normally.
Locked
The element is visible for touch input and it will capture the touch device on touch down and will mark all touch events as handled, thus preventing event routing.
None
The element will suppress all touch events. No touch events will be raised for touch input within the boundaries of the element.