Readonly
Readonly
STARTEnd of text fits in the container and the missing text at the beginning of the line is indicated by an ellipsis glyph. Such as "...smrtfc"
4.0.2
Readonly
MIDDLEEnd & start of text fits in the container and the missing middle of the text is indicated by an ellipsis glyph. Such as "smrt...fc"
4.0.2
Readonly
ENDStart of text fits in the container and the missing end of the text is indicated by an ellipsis glyph. Such as "smrtfc..."
4.0.2
Readonly
NONETurns off ellipsizing
4.0.2
Readonly
WORDWRAPPINGWrapping occurs at word boundaries, unless the word itself doesn’t fit on a single line. This mode may not work correctly when the maxLines value is 1.
4.0.2
Readonly
CHARWRAPPINGWrap at character boundaries. This mode may not work correctly when the maxLines value is 1.
4.0.2
Generated using TypeDoc
UI.EllipsizeMode
Static
Since
4.0.2
EllipsizeMode is an enum. It defines how to text will be truncated.
Example