Shape.Nodes Property

Returns a ShapeNodes collection that represents the geometric description of the specified shape.

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

Syntax

'Declaration
ReadOnly Property Nodes As ShapeNodes
    Get
'Usage
Dim instance As Shape
Dim value As ShapeNodes

value = instance.Nodes
ShapeNodes Nodes { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ShapeNodes

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace