Api Sandbox UI TextOverflow
enum

TextOverflow

public sealed enum TextOverflow : Enum

Possible values for text-overflow CSS property.

Enum Values

Name Value Description
None Display overflown text.
Ellipsis Replace part of the text near the overflow point with ellipsis, and cut off the rest.
Clip Visually cut off the overflowing text.
Assembly: Sandbox.System Namespace: Sandbox.UI Full Name: Sandbox.UI.TextOverflow