Stopwatch2Element

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

Properties

Name
Type
Description

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

String/TimeSpan

When present, paused mode will be automatically resumed after this timeout

Last updated