Name

Shape.Name property

获取和设置形状的名称。

public string Name { get; set; }

例子


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

也可以看看