Title

Shape.Title property

指定当前形状对象的标题(标题)。

public string Title { get; set; }

例子


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

也可以看看