> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/screenspro/controls/stopwatch2element.md).

# Stopwatch2Element

This element is similar to the stopwatch element, it's differences are:&#x20;

* Can be controlled via XAML properties (and thus supports binding).
* Can only show runtime, no countdown

## Properties

<table data-full-width="true"><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>Text</code></td><td>String</td><td>The text to show when stopped or paused</td></tr><tr><td><code>StartTime</code></td><td>String/TimeSpan</td><td>Time to start running the clock</td></tr><tr><td>IsPaused</td><td>Bool</td><td>True to show Text property</td></tr><tr><td>PauseDUration</td><td>String/TimeSpan</td><td>When present, paused mode will be automatically resumed after this timeout</td></tr></tbody></table>
