HorizontalAlign Structure |
Note: This API is now obsolete.
Namespace: Eto.Forms
The HorizontalAlign type exposes the following members.
| Name | Description | |
|---|---|---|
| Center |
Text will be aligned in the center of the label
| |
| Left |
Text will be aligned to the left
| |
| Right |
Text will be aligned to the right
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to the current HorizontalAlign.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Serves as a hash function for a HorizontalAlign object.
(Overrides ValueTypeGetHashCode.) |
| Name | Description | |
|---|---|---|
| Equality | Compares for equality | |
| (String to HorizontalAlign) | Convert from string to vertical align (for json/xaml compat) | |
| (HorizontalAlign to TextAlignment) | Converts to a TextAlignment | |
| (TextAlignment to HorizontalAlign) | Converts an TextAlignment to a HorizontalAlign | |
| Inequality | Compares for inequality |