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 public enum CanvasTrimmingSign
Members
| Member name | Value | Description |
---|
| None | 0 | When text is trimmed, it is truncated and no trimming sign appears. |
| Ellipsis | 1 | When 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