Click or drag to resize

FormattedTextTrimming Enumeration

Trimming mode for the FormattedText.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum FormattedTextTrimming
Members
  Member nameValueDescription
None0 No trimming. Text will be clipped to the MaximumSize.
CharacterEllipsis1 Show an ellipsis after the last visible character, but not extending beyond the maximum size.
WordEllipsis2 Specify that the ellipsis should be shown after the last complete word
See Also