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