In This Topic
Gets or sets a
ShapeType value that represents the shape type.
Syntax
'Declaration
Public Overridable ReadOnly Property Type As ShapeType
'Usage
Dim instance As Shape
Dim value As ShapeType
value = instance.Type
public virtual ShapeType Type {get;}
Property Value
The shape type.
See Also