TextElement.ContentStart Właściwość

Definicja

Pobiera wskaźnik tekstowy reprezentujący początek zawartości w elemecie.

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

Wartość właściwości

Początek zawartości w obiekcie TextElement.

Uwagi

Właściwość ContentStart jest często używana do wstawiania zawartości na początku elementu TextElement.

Zwracana TextPointer przez tę właściwość zawsze ma ustawioną LogicalDirection wartość LogicalDirection.Backward.

Dotyczy

Zobacz też