Target : IToggleable ux
The ToggleControl (or Switch) to toggle. If not specified this Action will look up the tree for the next control.
Toggles the state of a toggleable component.
It is not recommended to use this trigger action to toggle a logical state in your app. For that, use an Observable boolean in JavaScript and manipulate its value in a callback.
<StackPanel>
<Switch ux:Name="switch1" />
<Button Text="Toggle!">
<Clicked>
<Toggle Target="switch1" />
</Clicked>
</Button>
</StackPanel>
The ToggleControl (or Switch) to toggle. If not specified this Action will look up the tree for the next control.
Creates a new Toggle
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide