Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / Type Property


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

    Property Value

    The shape type.
    See Also