Click or drag to resize

TableLayout  Conversion (TableRow to TableLayout)

Implicitly converts an array of rows to a vertical TableLayout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator TableLayout (
	TableRow[] rows
)

Parameters

rows
Type: Eto.FormsTableRow
Rows to convert.

Return Value

Type: TableLayout

[Missing <returns> documentation for "M:Eto.Forms.TableLayout.op_Implicit(Eto.Forms.TableRow[])~Eto.Forms.TableLayout"]

See Also