Click or drag to resize

StackLayoutItem  Conversion (Control to StackLayoutItem)

Converts a control to a StackLayoutItem implicitly.

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

Parameters

control
Type: Eto.FormsControl
Control to convert.

Return Value

Type: StackLayoutItem

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

See Also