In silverlight TextBlock, TextTrimming="WordEllipsis" is used to display ellipsis when the text is exceeding the textblock width.
Is there any way to get the display text (what is displayed in the screen) with ellipsis?
I need to place image instead of ellipsis.
Thanks Suyambu