Skip to Content

Text

Displays a string of text with an optional TextStyle. This is a leaf element that maps directly to a UIToolkit Label.

Constructor

Text

Creates an Text element.

ParameterDescription
textThe text content to display.
styleAn optional text style. Null inherits from the parent.
keyAn optional key for reconciliation identity.

Properties

Content

The text content to display.

Style

The visual style applied to the text. Null inherits all values from the parent.

Methods

ShouldRebuild

Last updated on