TextElement::ContentEnd Property
.NET Framework (current version)
Gets a TextPointer that represents the end of the content in the element.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents::TextPointer^A 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.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: