Click or drag to resize

DynamicLayoutEndVertical Method

Ends the current vertical section

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void EndVertical()
Remarks
This should be balanced with every call to BeginVertical(NullablePadding, NullableSize, NullableBoolean, NullableBoolean). Alternatively, you can call EndBeginVertical(NullablePadding, NullableSize, NullableBoolean, NullableBoolean) to end the current vertical section and start a new one.
See Also