Pause Constructor uno
Creates a new Pause
Pause a video or timeline
This stops playback but does not change the current position.
<Grid Rows="3*,1*" >
<Video ux:Name="video" Url="http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4" AutoPlay="true" StretchMode="Uniform" />
<Grid Columns="1*,1*">
<Button Text="Resume">
<Clicked>
<Resume Target="video" />
</Clicked>
</Button>
<Button Text="Pause">
<Clicked>
<Pause Target="video" />
</Clicked>
</Button>
</Grid>
</Grid>
Creates a new Pause
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide