Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Overflow

Enum for Overflow.

Index

Enumeration members

Enumeration members

CLAMP

CLAMP: = 1

In CLAMP mode, when label content goes out of the bounding box, it will be clipped.

NONE

NONE: = 0

None.

RESIZE_HEIGHT

RESIZE_HEIGHT: = 3

In RESIZE_HEIGHT mode, you can only change the width of label and the height is changed automatically.

SHRINK

SHRINK: = 2

In SHRINK mode, the font size will change dynamically to adapt the content size. This mode may takes up more CPU resources when the label is refreshed.

Generated using TypeDoc