TextOverflow

 

Example

The following is an example of how to reference the TextOverflow object:

	// The full path is required.
	dundas.controls.TextOverflow.AUTO
	

 

Properties

 
  Name Description
  AUTO The first perpendicular axis will cross this axis at the 0 position if this axis scale is numeric, otherwise at the minimum of this axis.
  HIDDEN Text will be hidden where it extends beyond the specified dimensions.
  TRUNCATE Text that does fit within the specified width after wrapping (if applicable and enabled) will be truncated with an ellipsis. Text will be hidden where it extends beyond the specified height.
  VISIBLE Text that does not fit within the specified dimensions will still be displayed.