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


In This Topic
    Type Property (IShapeBase)
    In This Topic
    Gets or sets a ShapeType value that represents the shape type.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As ShapeType
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As ShapeType
     
    value = instance.Type
    ShapeType Type {get;}

    Property Value

    The shape type.
    See Also