| VerticalAlign Structure | 
Note: This API is now obsolete.
Namespace: Eto.Forms
 Syntax
SyntaxThe VerticalAlign type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | Bottom | 
            Text will be aligned to the bottom of the label
             | 
|   | Middle | 
            Text will be aligned to the middle of the label
             | 
|   | Top | 
            Text will be aligned to the top of the label
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | 
            Determines whether the specified Object is equal to the current VerticalAlign.
            (Overrides ValueTypeEquals(Object).) | 
|  | GetHashCode | 
            Serves as a hash function for a VerticalAlign object.
            (Overrides ValueTypeGetHashCode.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | Compares for equality | 
|   | (String to VerticalAlign) | Convert from string to vertical align (for json/xaml compat) | 
|   | (VerticalAlign to VerticalAlignment) | Converts to an VerticalAlignment | 
|   | (VerticalAlignment to VerticalAlign) | Converts an VerticalAlignment to a VerticalAlign | 
|   | Inequality | Compares for inequality | 
 See Also
See Also