I have a TextBlock
with TextTrimming = TextTrimming.CharacterEllipsis
and I want the dots to appear at the beginging. Is there a property for this?
For example if I have the text "123456789ABCDEF" it is displayed "12345678...", but I want it "...89ABCDEF".
Thanks