Name Property (ShapeBase)
In This Topic
Gets or sets the current shape name.
Typically, this is used to store the original file name of the shape.
Syntax
'Declaration
Public Overridable Property Name As System.String
public virtual System.string Name {get; set;}
See Also