Click or drag to resize
CanvasTextLayoutTrimmingSign 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, i.e., truncated.

The appearance of an ellipsis trimming sign, if used, will reflect the defaults of this text layout. For example, DefaultFontFamily, and DefaultFontSize.

See Also