
Determines how the control will respond to touch move processing
Member of Control (PRIM_CTRL)
Data Type - Enumeration
Details
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.
Allowed Values
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 |
See also
LANSA Version 15, April 2020