Target : SwipeGesture ux
The SwipeGesture to toggle.
Toggles an Active-type SwipeGesture on or off.
In this example, a SwipeGesture
is toggled when a button is pressed.
<SwipeGesture ux:Name="swipe" Direction="Right" Length="100" Type="Active" />
<Button Text="Toggle">
<Clicked>
<ToggleSwipeActive Target="swipe" />
</Clicked>
</Button>
The SwipeGesture to toggle.
Creates a new ToggleSwipeActive
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide