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:

  • Property Text - the current value of the TextBlock.
  • Property TextConfiguration - the TextBlock's TextConfiguration object.