TextBlock.TextTrimming Property
Silverlight
Gets or sets the text trimming behavior to employ when content overflows the content area.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<TextBlock TextTrimming="None"/> -or- <TextBlock TextTrimming="WordEllipsis"/>
Property Value
Type: System.Windows.TextTrimmingOne of the TextTrimming values that specifies the text trimming behavior to employ. The default is None.
The TextTrimming property has no effect unless the TextWrapping property is set to NoWrap.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.