Constants which describe whether text is allowed to continue vertically outside the bounds of the containing element.

Enumeration Members

Enumeration Members

Clip: 0

The text is clipped by the containing element.

Ellipsis: 2

Overflowing text is truncated and an ellipsis is displayed.

Overflow: 1

The text is allowed to continue outside the bounds of the containing element.