dbnetsoft
ScreensPro
ScreensPro
  • Projects & Configs
    • Visual Studio Projects
  • Layouts
    • Converters
      • Visibility Converter
  • Sources
    • Example
  • Custom Controls
    • VideoElement
    • VideoElement2
    • StopwatchElement
    • Stopwatch2Element
    • ImageElement
Powered by GitBook
On this page
  1. Custom Controls

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

PreviousStopwatchElementNextImageElement

Last updated 2 months ago