TextElement.ElementStart Właściwość

Definicja

Pobiera wskaźnik tekstowy reprezentujący pozycję tuż przed rozpoczęciem elementu.

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

Wartość właściwości

TextPointer

Pozycja tuż przed rozpoczęciem TextElementelementu .

Uwagi

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

Dotyczy

Zobacz też