Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Nodes Property


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

    Property Value

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