Share via


DiagramNode.TextShape Property

Returns a Shape object that represents the shape of the text box associated with a diagram node.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property TextShape As Shape
    Get
'Usage
Dim instance As DiagramNode
Dim value As Shape

value = instance.TextShape
Shape TextShape { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Shape

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Interop.Word Namespace