Represents a piece of text.
Inherits: Inline : UIElement : UIElementBase
Content property: Content
Name | Type | Description |
---|---|---|
Content | String | Content property. Text content. |
Small | Boolean | Reduced font. The specific font size depends on the user interface theme. |
Big | Boolean | Enlarged font. The specific font size depends on the user interface theme. |
Space | SpaceMode |
Add a space before or after an element. Possible values:
|
MaxChars | Int32 |
The maximum number of characters in an element. Works only for bound values. If there
are more characters in the value, then the text is cut off and an ellipsis is added to
the end. Don’t forget to provide the user with the full text (for example, using a prompt - Tip ).
|
Basic element properties |