[]
Specifies the text granularity used to trim text overflowing the layout box.
[Flags]
public enum TrimmingGranularity
Character = 1
Trimming occurs at a character cluster boundary.
None = 0
No trimming occurs. Text flows beyond the layout width or height.
Word = 2
Trimming occurs at a word boundary.