This element is similar to the stopwatch element, it's differences are:
Can be controlled via XAML properties (and thus supports binding).
Can only show runtime, no countdown
Text
String
The text to show when stopped or paused
StartTime
String/TimeSpan
Time to start running the clock
IsPaused
Bool
True to show Text property
PauseDUration
When present, paused mode will be automatically resumed after this timeout
Last updated 1 year ago