[]
Gets the RenderObject with the specified Name.
public RenderObject this[string index] { get; }
Type | Name | Description |
---|---|---|
string | index |
Gets or sets the RenderObject at the specified index.
public RenderObject this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |