Click or drag to resize
CanvasTextTrimmingGranularity Enumeration
Specifies the granularity used to trim text overflowing the layout box.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasTextTrimmingGranularity
Members
  Member nameValueDescription
None0No trimming occurs. Text flows beyond the layout width.
Character1Trimming occurs at a character cluster boundary.
Word2Trimming occurs at a word boundary.
See Also