Shape.Id

Shape.Id property

Gets the identifier of this shape.

public int Id { get; }

Examples


[C#]
int id = shape.Id;

See Also