Enum HorizontalAlignment
- Namespace
- nanoFramework.Presentation
- Assembly
- nanoFramework.Graphics.dll
Specifies the horizontal alignment of content within a container.
public enum HorizontalAlignment
Fields
Center = 1
Content is aligned to the center of the container.
Left = 0
Content is aligned to the left of the container.
Right = 2
Content is aligned to the right of the container.
Stretch = 3
Content is stretched to fill the entire width of the container.