Id

Shape.Id property

Ruft die Kennung dieser Form ab.

public int Id { get; }

Beispiele


[C#]
int id = shape.Id;

Siehe auch