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
)
Public Shared Widening Operator CType (
rows As TableRow()
) As TableLayout
F# does not support the declaration of new casting operators.
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