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
  • Properties
  • Methods
  1. Custom Controls

StopwatchElement

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

Properties

Name
Type
Description

RunningFormat

String

Format string, e.g. hh:mM:SS to always show leading zero minutes when running

StoppedFormat

String

Format string, e.g. hh:mM:SS.ff to always show leading zero minutes and two digits when stopped

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

PreviousVideoElement2NextStopwatch2Element

Last updated 2 months ago