GroupShape.Item

GroupShape indexer

Gets the child shape by index.

public Shape this[int index] { get; }
ParameterDescription
indexthe child shape index.

Return Value

return the child shape.

See Also