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


In This Topic
    Shape Property (ShapeEditingData)
    In This Topic
    Gets the editing shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shape As Shape
    'Usage
     
    
    Dim instance As ShapeEditingData
    Dim value As Shape
     
    value = instance.Shape
    public Shape Shape {get;}
    See Also