Enum VerticalAlignment
- Namespace
- nanoFramework.Presentation
- Assembly
- nanoFramework.Graphics.dll
Specifies the vertical alignment of content within a container.
public enum VerticalAlignment
Fields
Bottom = 2
Content is aligned to the bottom of the container.
Center = 1
Content is aligned to the center of the container.
Stretch = 3
Content is streched in the container.
Top = 0
Content is aligned to the top of the container.