DiagramNode.Shape Property
Returns a Shape object for the specified diagram node.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Shape As Shape
Get
'Usage
Dim instance As DiagramNode
Dim value As Shape
value = instance.Shape
Shape Shape { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Shape