|
|
|
|
|
VerticalSwipe (Property) In french: BalayageVertical
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support. Remark: This property corresponds to the "Swipe orientation" option in the "UI" tab of the description window of an Internal Window control. // Event: Changing the orientation of the window // The following code is used to always swipe on the same axis IW_MyInternalWin1.VerticalSwipe = NOT IW_MyInternalWin1.VerticalSwipe
Syntax
Finding out the swipe direction Hide the details
<Result> = <Internal Window control>.VerticalSwipe
<Result>: boolean - True if the swipe is performed vertically,
- False otherwise: the swipe is performed horizontally.
<Internal Window control>: Control name Name of the Internal Window control used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|