Click or drag to resize
CanvasTrimmingSign Enumeration
Specifies the trimming sign that is used when drawing a text layout.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasTrimmingSign
Members
  Member nameValueDescription
None0When text is trimmed, it is truncated and no trimming sign appears.
Ellipsis1When text is trimmed, an ellipsis ("…") symbol appears.
Remarks
A trimming sign is a symbol that shows up when the text sticking out of a text layout's requestedWidth and requestedHeight bounds is trimmed. Rather than simply truncate the text, an app may want to show an ellipsis ("…") symbol.
See Also