Click or drag to resize

SplitterOrientation Property

Gets or sets the orientation of the panels in the splitter.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Orientation Orientation { get; set; }

Property Value

Type: Orientation
The orientation of the panels.
Remarks
This defines the orientation of the panels, with a splitter of the opposite orientation between them. For example, when set to Horizontal, Panel1 and Panel2 will be horizontal to eachother with a vertical splitter/gutter between them.
See Also