TextBlock - SirePi/duality-ui GitHub Wiki
A TextBlock is a control that is used to display long texts. It doesn't provide any direct interaction with the user. Derives from Control.
In addition to the Control's base properties and delegates, it also exposes:
- Text - the current value of the TextBlock.
- TextConfiguration - the TextBlock's TextConfiguration object.