TextOverflowType enumeration

TextOverflowType enumeration

Represents the way the text vertical or horizontal overflow.

The TextOverflowType type exposes the following members:

Fields

FieldDescription
CLIPPay attention to top and bottom barriers.
Provide no indication that there is text which is not visible.
ELLIPSISPay attention to top and bottom barriers.
Use an ellipsis to denote that there is text which is not visible.
Only for vertical overflow.
OVERFLOWOverflow the text and pay no attention to top and bottom barriers.

See Also