Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextFieldAutoSize

This class is an enumeration of constant values used in setting the autoSize property of the TextField class.

Hierarchy

  • TextFieldAutoSize

Index

Properties

Static BOTH_DIRECTIONS

BOTH_DIRECTIONS: string

The text field will grow to the right and bottom; no line-breaks will be added.

Static HORIZONTAL

HORIZONTAL: string

The text field will grow/shrink sidewards; no line-breaks will be added. The height of the text field remains unchanged.

Static NONE

NONE: string

No auto-sizing will happen.

Static VERTICAL

VERTICAL: string

The text field will grow/shrink downwards, adding line-breaks when necessary. The width of the text field remains unchanged.

Generated using TypeDoc