Enum conrod::HorizontalAlign
[−]
[src]
pub enum HorizontalAlign { Left, Middle, Right, }
The horizontal alignment of a widget positioned relatively to another widget on the y axis.
Variants
Left | Align the left edges of the widgets. |
Middle | Align the centres of the widgets' closest parallel edges. |
Right | Align the right edges of the relative widgets. |