HorizontalAlign Conversion (String to HorizontalAlign) |
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 HorizontalAlign (
string value
)
Public Shared Widening Operator CType (
value As String
) As HorizontalAlign
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemString
Value.
Return Value
Type:
HorizontalAlign[Missing <returns> documentation for "M:Eto.Forms.HorizontalAlign.op_Implicit(System.String)~Eto.Forms.HorizontalAlign"]
See Also