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 Picture
Dim value As ShapeType
value = instance.Type
public override ShapeType Type {get;}
Property Value
The shape type.
See Also