Enum VerticalAlignment
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Specifies the vertical alignment of an element.
public enum VerticalAlignment
Fields
Bottom = 2Aligns the element to the bottom.
Center = 1Centers the element vertically.
Stretch = 3Stretches the element to fill available vertical space.
Top = 0Aligns the element to the top.