[]
        
Specifies the text granularity used to trim text overflowing the layout box.
[Flags]
public enum TrimmingGranularity
  <Flags>
Public Enum TrimmingGranularity
  | Name | Description | 
|---|---|
| Character | Trimming occurs at a character cluster boundary.  | 
      
| None | No trimming occurs. Text flows beyond the layout width or height.  | 
      
| Word | Trimming occurs at a word boundary.  |