Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextWrapping

Enum that determines the text-wrapping mode to use.

Index

Enumeration members

Enumeration members

Clip

Clip: = 0

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

Ellipsis

Ellipsis: = 2

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

WordWrap

WordWrap: = 1

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

WordWrapEllipsis

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
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method