FormattedTextTrimming Enumeration |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public enum FormattedTextTrimming
Public Enumeration FormattedTextTrimming
type FormattedTextTrimming
Members
| Member name | Value | Description |
---|
| None | 0 |
No trimming. Text will be clipped to the MaximumSize.
|
| CharacterEllipsis | 1 |
Show an ellipsis after the last visible character, but not extending beyond the maximum size.
|
| WordEllipsis | 2 |
Specify that the ellipsis should be shown after the last complete word
|
See Also