TextElement.ContentStart Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un pointeur de texte qui représente le début du contenu dans l'élément.
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
Valeur de propriété
Début du contenu dans le TextElement.
Remarques
La ContentStart propriété est souvent utilisée pour insérer du contenu au début d’un TextElement.
La TextPointer propriété retournée par cette propriété a toujours sa LogicalDirection valeur définie LogicalDirection.Backwardsur .