CanvasTextLayoutCustomTrimmingSign Property |
Namespace: Microsoft.Graphics.Canvas.Text
public ICanvasTextInlineObject CustomTrimmingSign { get; set; }
A custom trimming sign is represented by application-implemented interface. The application chooses arbitrary drawing behavior to use as a trimming sign.
A custom trimming sign takes precedence over the text layout's TrimmingSign property. For example, if the TrimmingSign property is set to Ellipsis, and a custom trimming sign was set, then the custom trimming sign will get used- not the ellipsis one.