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