Show Constructor uno
Creates a new Show
Makes an Element visible by setting Visibility
to Visible
.
<Show TargetNode="myElement" />
<Grid RowCount="3" ColumnCount="1">
<Button Text="Show the elements">
<Clicked>
<Show TargetNode="hiddenElement" />
<Show TargetNode="collapsedElement" />
</Clicked>
</Button>
<Panel ux:Name="hiddenElement" Visibility="Hidden" Background="Blue" />
<Panel ux:Name="collapsedElement" Visibility="Collapsed" Background="Red" />
</Grid>
Creates a new Show
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide