Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Nodes Property


In This Topic
    Nodes Property (IShapeBase)
    In This Topic
    Gets a IShapeNodes collection that represents the geometric description of the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Nodes As IShapeNodes
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IShapeNodes
     
    value = instance.Nodes
    IShapeNodes Nodes {get;}

    Property Value

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