enum TextOverflowAction

Parents

System.Enum

System.IComparable

System.IFormattable

System.IConvertible

Brief

The enumeration of text overflow actions.

Static Public Fields

Ellipsis

Add an ellipsis at the end.

Throw

Throw an exception with overflow.

Truncate

Truncate the text.

back