GiveFocus Constructor uno
Creates a new GiveFocus
Gives focus to its containing Element when activated.
It also accepts a Target
property, which specifies which element to give focus to.
In the following example, focus is given to a TextInput
when a button is clicked.
<StackPanel>
<TextInput ux:Name="input" Height="50" Value="Filler text"/>
<Button Text="Button">
<Clicked>
<GiveFocus Target="input" />
</Clicked>
</Button>
</StackPanel>
Creates a new GiveFocus
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide