StopwatchElement

This element will display a runtime or countdown based on a given target time.

Properties

Name
Type
Description

Filename

String

Either full path to a video or relative filename towards the current XAML layout

Source

String

Must be absolute path to a video (better use Filename)

Methods

Name
Parameters
Description

StartedAt()

String/TimeSpan

Starts the runtime from the given TOD

StartBackwards()

String/TImeSpan

Starts counting down beginning with the parameter

CountdownTo()

String/TImeSpan

Starts countdown towards the given target time

Last updated