Click or drag to resize

DynamicRow  Conversion (Control to DynamicRow)

Implicitly converts a control to a row to easily define layouts

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator DynamicRow (
	Control control
)

Parameters

control
Type: Eto.FormsControl
Control to convert from

Return Value

Type: DynamicRow

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

See Also