Name

Shape.Name property

Получает и задает имя фигуры.

public string Name { get; set; }

Примеры


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

Смотрите также