Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Nodes Property


In This Topic
Nodes Property (Shape)
In This Topic
Gets a IShapeNodes collection that represents the geometric description of the specified shape.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Nodes As IShapeNodes
 
'Usage
 
Dim instance As Shape
Dim value As IShapeNodes
 
value = instance.Nodes

Property Value

The shape nodes of a IShape or IShapeBase objects that represent freeform drawings.
See Also