TextBlock.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 TextPointer vers le début du contenu dans le TextBlock.
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é
TextPointer vers le début du contenu dans le TextBlock.
Remarques
Le début du contenu est considéré comme la position d’insertion directement précédant le premier caractère dans le TextBlock.
La TextPointer propriété retournée par cette propriété a toujours sa LogicalDirection valeur définie Backwardsur .