TextHorizontalOverflow

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

The text is clipped by the containing element.

Clip = 0

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

Overflow = 1