VerticalAlign Conversion (String to VerticalAlign) |
Convert from string to vertical align (for json/xaml compat)
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator VerticalAlign (
string value
)
Public Shared Widening Operator CType (
value As String
) As VerticalAlign
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemString
Value.
Return Value
Type:
VerticalAlign[Missing <returns> documentation for "M:Eto.Forms.VerticalAlign.op_Implicit(System.String)~Eto.Forms.VerticalAlign"]
See Also