Represents a grid row.
Constructors
public GridRow(IEnumerable<IRenderable> items)
Initializes a new instance of the GridRow class.
Parameters:
items (IEnumerable<IRenderable>)The row items.
Properties
Item
: IRenderableGets a row item at the specified grid column index.
Methods
public IEnumerator<IRenderable> GetEnumerator()