Gets or sets a string value representing the name of the shape.
public virtual string Name {get; set;}
'Declaration
Public Overridable Property Name As String
'Usage
Dim instance As Shape
Dim value As String
instance.Name = value
value = instance.Name
Property Value
The name of the shape.