A bar which horizontally displays the current state (similar to ProgressBar):
Properties:
- StartText (and additional like color, fontfamily, etc.)
- EndText (same as StartText)
- StateValue (between 0 and 100, progress value)
- StateText (same as StartText and EndText)
Text-Values are only displayed, if Texts are !string.IsNullOrEmpty()

A bar which horizontally displays the current state (similar to ProgressBar):
Properties:
Text-Values are only displayed, if Texts are !string.IsNullOrEmpty()