Name

Shape.Name property

Hämtar och ställer in namnet på formen.

public string Name { get; set; }

Exempel


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

Se även