TextElement.ElementStart Propriété

Définition

Obtient un pointeur de texte qui représente la position juste avant le démarrage de l'élément.

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

Valeur de propriété

TextPointer

Position juste avant le début du TextElement.

Remarques

La TextPointer propriété retournée par cette propriété a toujours sa LogicalDirection valeur définie LogicalDirection.Backwardsur .

S’applique à

Voir aussi