Error processing SSI file
(Leadtools.Controls)

Show in webframe

ControlTextTrimming Enumeration




Specifies how to trim characters from a string that does not completely fit into a layout shape.
Syntax
public enum ControlTextTrimming : System.Enum 
'Declaration
 
Public Enum ControlTextTrimming 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000None Specifies no trimming.
0x00000001Character Specifies that the text is trimmed to the nearest character.
0x00000002Word Specifies that text is trimmed to the nearest word.
0x00000003EllipsisCharacter Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
0x00000004EllipsisWord Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
0x00000005EllipsisPath 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ControlTextTrimming

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file