Options
All
  • Public
  • Public/Protected
  • All
Menu

Enum that determines the text-wrapping mode to use.

Index

Enumeration Members

Clip: 0

Clip the text when it's larger than Control.width; this is the default mode.

Ellipsis: 2

Ellipsize the text, i.e. shrink with trailing … when text is larger than Control.width.

WordWrap: 1

Wrap the text word-wise, i.e. try to add line-breaks at word boundary to fit within Control.width.

WordWrapEllipsis: 3

Wrap the text word-wise and clip the text when the text's height is larger than the Control.height, and shrink the last line with trailing … .

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme