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