Skip to main content

TextTrimming Properties

Properties

CharacterEllipsisText is trimmed at a character boundary. An ellipsis (...) is drawn in place of remaining text.
LeadingCharacterEllipsisText is trimmed at a character boundary starting from the beginning. An ellipsis (...) is drawn in place of remaining text.
NoneText is not trimmed.
PrefixCharacterEllipsisText is trimmed after a given prefix length. An ellipsis (...) is drawn in between prefix and suffix and represents remaining text.
WordEllipsisText is trimmed at a word boundary. An ellipsis (...) is drawn in place of remaining text.

See Also

Reference

TextTrimming Class
Avalonia.Media Namespace