TextBlock¶
Summary¶
Represents the Text Block - the control to display a non-interactive text.
Signature
1 |
|
Namespace¶
cAlgo.API
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¶
Properties¶
Text¶
Summary
Gets or sets the text.
Signature
1 |
|
Return Value
string
TextAlignment¶
Summary
Gets or sets the text alignment.
Signature
1 |
|
Return Value
TextAlignment
LineHeight¶
Summary
Gets or sets the height of the line.
Signature
1 |
|
Return Value
double
LineStackingStrategy¶
Summary
Gets or sets the mechanism by which a line box is determined for each line of text within the TextBlock.
Signature
1 |
|
Return Value
LineStackingStrategy
TextWrapping¶
Summary
Gets or sets the way how the TextBlock should wrap the text.
Signature
1 |
|
Return Value
TextWrapping
TextTrimming¶
Summary
Gets or sets the text trimming behavior when the content overflows the content area.
Signature
1 |
|
Return Value
TextTrimming
Last update: June 1, 2023