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