Click or drag to resize

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
)

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