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