enum TextOverflow : System.Enum

robot_2Generated
code_blocksInput

Description

The TextOverflow enumeration provides possible values for the text-overflow CSS property, which determines how text content is handled when it overflows its container.

Members

Static Fields

Member NameSummary
NoneDisplay overflown text.
EllipsisReplace part of the text near the overflow point with ellipsis, and cut off the rest.
ClipVisually cut off the overflowing text.