Hide Constructor uno
Creates a new Hide
Hides an Element by setting Visibility
to Hidden
.
When an element is hidden, it will not be drawn, but still take up space in the layout. Use Collapse if you don't want the element to take up any space.
<Hide TargetNode="myElement" />
<Button Text="Hide the element">
<Clicked>
<Hide TargetNode="visibleElement" />
</Clicked>
</Button>
<Panel ux:Name="visibleElement" Visibility="Visible" Background="Blue" />
Creates a new Hide
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide