PaletteTextTrim Enumeration |
Specifies how to trim text.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteTextTrim
Members| Member name | Value | Description |
|---|
| Hide | 0 |
Specifies text is not drawn if it needs trimming.
|
| Character | 1 |
Specifies text is trimmed by removing end characters.
|
| Word | 2 |
Specifies text is trimmed by removing end words.
|
| EllipsisCharacter | 3 |
Specifies text is trimmed by using ellipses and removing end characters.
|
| EllipsisWord | 4 |
Specifies text is trimmed by using ellipses and removing end words.
|
| EllipsisPath | 5 |
Specifies text is trimmed by using ellipses and removing from middle.
|
| Inherit | -1 |
Specifies text trim should be inherited.
|
See Also