The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TextBlock::ContentStart Property
.NET Framework (current version)
Gets a TextPointer to the beginning of content in the TextBlock.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents::TextPointer^A TextPointer to the beginning of content in the TextBlock.
The beginning of content is taken to be the insertion position directly preceding the first character in the TextBlock.
The TextPointer returned by this property always has its LogicalDirection set to Backward.
.NET Framework
Available since 3.0
Available since 3.0
Show: