Shape.Title

Shape.Title property

Specifies the title (caption) of the current shape object.

public string Title { get; set; }

Examples


[C#]
shape.Title = "title1";

See Also