Table of Contents

Enum TextOverflowMode

Namespace
Lime
Assembly
Lime.dll

Types of text overflow handling.

public enum TextOverflowMode

Fields

Default = 0

Carry overflowed text on the next line.

Ellipsis = 2

Add ellipsis ("...") in place of overflowed part of text.

Ignore = 3

Ignore text overflowing.

Minify = 1

Reduce font size until text is not overflowing.