0
votes

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?

1
It may be helpful to show us the code you're using to set the TextTrimming property.Chris

1 Answers

1
votes

CharacterEllipsis is not supported for Windows 8.0. It got introduced in Windows 8.1

MSDN link - TextTrimming enter image description here