TextBlock¶
Summary¶
Represents the Text Block - the control to display a non-interactive text.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Text { get; set; } | Gets or sets the text. |
TextAlignment { get; set; } | Gets or sets the text alignment. |
LineHeight { get; set; } | Gets or sets the height of the line. |
LineStackingStrategy { get; set; } | Gets or sets the mechanism by which a line box is determined for each line of text within the TextBlock. |
TextWrapping { get; set; } | Gets or sets the way how the TextBlock should wrap the text. |
TextTrimming { get; set; } | Gets or sets the text trimming behavior when the content overflows the content area. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
See Also¶
Last update: July 1, 2022