[]
        
(Showing Draft Content)

C1.C1Preview.RenderObjectCollection.Item

this Property

this[string]

Gets the RenderObject with the specified Name.

Declaration
public RenderObject this[string index] { get; }
Parameters
Type Name Description
string index

this[int]

Gets or sets the RenderObject at the specified index.

Declaration
public RenderObject this[int index] { get; set; }
Parameters
Type Name Description
int index