DiagramNode.TextShape 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.
Renvoie un Shape objet qui représente la forme de la zone de texte associée à un nœud de diagramme.
public:
property Microsoft::Office::Interop::Word::Shape ^ TextShape { Microsoft::Office::Interop::Word::Shape ^ get(); };
public Microsoft.Office.Interop.Word.Shape TextShape { get; }
member this.TextShape : Microsoft.Office.Interop.Word.Shape
Public ReadOnly Property TextShape As Shape