DrawableCellStates Conversion (DrawableCellStates to CellStates) |
Converts to an Orientation
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator CellStates (
DrawableCellStates orientation
)
Public Shared Widening Operator CType (
orientation As DrawableCellStates
) As CellStates
F# does not support the declaration of new casting operators.
Parameters
- orientation
- Type: Eto.FormsDrawableCellStates
[Missing <param name="orientation"/> documentation for "M:Eto.Forms.DrawableCellStates.op_Implicit(Eto.Forms.DrawableCellStates)~Eto.Forms.CellStates"]
Return Value
Type:
CellStates[Missing <returns> documentation for "M:Eto.Forms.DrawableCellStates.op_Implicit(Eto.Forms.DrawableCellStates)~Eto.Forms.CellStates"]
See Also