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 public CanvasTrimmingSign TrimmingSign { get; set; }
Property Value
Type:
CanvasTrimmingSignRemarks By default, no trimming sign is used. The text will just appear chopped off at the size boundary.
See Also