Click or drag to resize

SplitterOrientation Structure

Note: This API is now obsolete.

Orientation of a Splitter control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.1: Use Orientation instead")]
public struct SplitterOrientation

The SplitterOrientation type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberHorizontal
Controls are in horizontal orientation, with a vertical divider between them.
Public propertyStatic memberVertical
Controls are in vertical orientation, with a horizontal divider betwen them.
Top
Methods
Operators
See Also