Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class / Shapes Property


In This Topic
    Shapes Property (ShapeEventArgs)
    In This Topic
    Gets all shapes to process.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shapes As IShape()
    'Usage
     
    
    Dim instance As ShapeEventArgs
    Dim value() As IShape
     
    value = instance.Shapes
    public IShape[] Shapes {get;}

    Property Value

    The shapes to process.
    See Also