GridRow

Represents a grid row.

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 : IRenderable

Gets a row item at the specified grid column index.

Methods

public IEnumerator<IRenderable> GetEnumerator()