VerticalAlign Structure |
Note: This API is now obsolete.
Namespace: Eto.Forms
The VerticalAlign type exposes the following members.
| 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
|
| 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.) |
| 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 |