Click or drag to resize

VerticalAlignment Enumeration

Horizontal alignment for controls

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum VerticalAlignment
Members
  Member nameValueDescription
Top0 Controls are aligned to the top of the container.
Center1 Controls are centered.
Bottom2 Controls are aligned to the bottom of the container.
Stretch3 Controls stretch to fill the entire height of the container.
See Also