Click or drag to resize

HorizontalAlignment Enumeration

Horizontal alignment for controls

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum HorizontalAlignment
Members
  Member nameValueDescription
Left0 Controls are aligned to the left of the container.
Center1 Controls are centered.
Right2 Controls are aligned to the right of the container.
Stretch3 Controls stretch to fill the entire width of the container.
See Also