Enum Direction
- Namespace
- nanoFramework.Presentation.Shapes
- Assembly
- nanoFramework.Graphics.dll
Specifies the direction of a layout or movement.
public enum Direction
Fields
BottomToTop = 1
Specifies that the layout or movement should occur from bottom to top.
TopToBottom = 0
Specifies that the layout or movement should occur from top to bottom.