MindFusion.Wpf Pack Programmer's Guide
StringTrimming Enumeration
See Also
 





Replaces System.Drawing.StringTrimming

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public enum StringTrimming

Visual Basic  Copy Code

Public Enum StringTrimming

 Members

  Member name Description

Character

Specifies that the text is trimmed to the nearest character.

EllipsisCharacter

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

EllipsisPath

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.

EllipsisWord

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

None

Specifies no trimming.

Word

Specifies that text is trimmed to the nearest word.

 See Also

MindFusion.Diagramming.Wpf Namespace