Bypass : bool ux
Set to true to skip animation.
Sets the state of an Active-type SwipeGesture.
<SwipeGesture ux:Name="swipe" Direction="Right" Length="100" Type="Active" />
<Button Text="Close">
<Clicked>
<SetSwipeActive Target="swipe" Value="false" />
</Clicked>
</Button>
Set to true to skip animation.
Creates a new SetSwipeActive
The SwipeGesture to set the state of.
true if the SwipeGesture should be transitioned to the active state, false for inactive.
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide