Determines how the control will respond to touch move processing
Member of Control (PRIM_CTRL)
Data Type - Enumeration
The TouchMove Property defines how the control will respond to touch move processing. Touch movements will directly affect the Top and Left properties of the control.
Enum Value | Description |
---|---|
Both | The control can be moved both vertically and horizontally |
Horizontal | The control can only move along the horizontal axis |
Vertical | The control can only move along the vertical axis |
Parent | All touch move processing will be directed to the parent control |
Febuary 18 V14SP2