TextBlock::ContentEnd Property
.NET Framework (current version)
Gets a TextPointer to the end of content in the TextBlock.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents::TextPointer^A TextPointer to the end of content in the TextBlock.
The end of content is taken to be the insertion position directly following the last character in the TextBlock.
The TextPointer returned by this property always has its LogicalDirection set to Forward.
.NET Framework
Available since 3.0
Available since 3.0
Show: