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