Shape.Name

Shape.Name property

Gets and sets the name of the shape.

public string Name { get; set; }

Examples


[C#]
shape.Name = "shape1";

See Also