Click or drag to resize
CanvasTextFormatTrimmingSign Property
Specifies the type of trimming sign used, when text is drawn outside a text layout's requested size extents.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasTrimmingSign TrimmingSign { get; set; }

Property Value

Type: CanvasTrimmingSign
Remarks
By default, no trimming sign is used. The text will just appear chopped off at the size boundary.
See Also