Enum conrod::VerticalAlign
[−]
[src]
pub enum VerticalAlign { Top, Middle, Bottom, }
The vertical alignment of a widget positioned relatively to another widget on the x axis.
Variants
Top | Align the top edges of the widgets. |
Middle | Align the centres of the widgets' closest parallel edges. |
Bottom | Align the bottom edges of the widgets. |