ControlTextTrimming Enumeration

Summary

Specifies how to trim characters from a string that does not completely fit into a layout shape.

Syntax

JavaScript Syntax
lt.Controls.ControlTextTrimming = { 
	None: 0, 
	Character: 1, 
	Word: 2, 
	EllipsisCharacter: 3, 
	EllipsisWord: 4, 
	EllipsisPath: 5 
} 
TypeScript Syntax
lt.Controls.ControlTextTrimming = { 
	None: 0, 
	Character: 1, 
	Word: 2, 
	EllipsisCharacter: 3, 
	EllipsisWord: 4, 
	EllipsisPath: 5 
} 

Members

0 None

(0) Specifies no trimming.

1 Character

(1) Specifies that the text is trimmed to the nearest character.

2 Word

(2) Specifies that text is trimmed to the nearest word.

3 EllipsisCharacter

(3) Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.

4 EllipsisWord

(4) Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.

5 EllipsisPath

(5) The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.

Remarks

Use by ImageViewer.ItemTextTrimming property.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly