| SplitterOrientation Structure | 
Note: This API is now obsolete.
Namespace: Eto.Forms
 Syntax
SyntaxThe SplitterOrientation type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | Horizontal | 
            Controls are in horizontal orientation, with a vertical divider between them.
             | 
|   | Vertical | 
            Controls are in vertical orientation, with a horizontal divider betwen them.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | 
            Determines whether the specified Object is equal to the current SplitterOrientation.
            (Overrides ValueTypeEquals(Object).) | 
|  | GetHashCode | 
            Serves as a hash function for a SplitterOrientation object.
            (Overrides ValueTypeGetHashCode.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | Compares for equality | 
|   | (Orientation to SplitterOrientation) | Converts an Orientation to a SplitterOrientation | 
|   | (SplitterOrientation to Orientation) | Converts to an Orientation | 
|   | Inequality | Compares for inequality | 
 See Also
See Also