Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class / Shape Property


In This Topic
    Shape Property (ShapeEventArgs)
    In This Topic
    Gets the shape to process.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shape As IShape
    'Usage
     
    
    Dim instance As ShapeEventArgs
    Dim value As IShape
     
    value = instance.Shape
    public IShape Shape {get;}

    Property Value

    The shape to process.
    See Also