Click or drag to resize
CanvasTextLayoutTrimmingDelimiterCount Property
A value that indicates how many occurrences of the delimiter, counted from the end of the text, are allowed before trimming is desired.

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

Property Value

Type: Int32
See Also