TextElement.ContentStart Property

Definition

Gets a text pointer that represents the start of content in the element.

public:
 property System::Windows::Documents::TextPointer ^ ContentStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer ContentStart { get; }
member this.ContentStart : System.Windows.Documents.TextPointer
Public ReadOnly Property ContentStart As TextPointer

Property Value

The start of the content in the TextElement.

Remarks

The ContentStart property is often used to insert content to the beginning of a TextElement.

The TextPointer returned by this property always has its LogicalDirection set to LogicalDirection.Backward.

Applies to

See also