I got a compile error on Windows Store app (Windows 8.0)
Cannot assign text value 'CharacterEllipsis' into property 'TextTrimming' of type 'TextTrimming'
I set it WordEllipsis it works for the TextBlock.
Any idea?
CharacterEllipsis
is not supported for Windows 8.0. It got introduced in Windows 8.1
MSDN link - TextTrimming
TextTrimming
property. – Chris