TextElement.ContentEnd Property
Silverlight
Gets a TextPointer that represents the end of the content in the element.
Namespace: System.Windows.Documents
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Documents.TextPointerA TextPointer that represents the end of the content in the TextElement.
The ContentEnd property is often used to append content to the end of a TextElement.
The TextPointer returned by this property always has its LogicalDirection set to LogicalDirection.Forward.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.