StopwatchElement
This element will display a runtime or countdown based on a given target time.
Properties
Name | Type | Description |
---|---|---|
| String | Either full path to a video or relative filename towards the current XAML layout |
| String | Must be absolute path to a video (better use Filename) |
Methods
Name | Parameters | Description |
---|---|---|
| String/TimeSpan | Starts the runtime from the given TOD |
| String/TImeSpan | Starts counting down beginning with the parameter |
CountdownTo() | String/TImeSpan | Starts countdown towards the given target time |
Last updated