Name

Shape.Name property

Returns or sets the name of a shape. Must be not null. Use empty string value if needed. Read/write String.

public string Name { get; set; }

See Also