Click or drag to resize

DockPosition Enumeration

Enumeration to define the dock position of a control, such as tabs in the TabControl

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum DockPosition
Members
  Member nameValueDescription
Top0 Element is docked to the top of the content.
Left1 Element is docked to the left of the content.
Right2 Element is docked to the right of the content.
Bottom3 Element is docked to the bottom of the content.
See Also