Direction Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Shapes
Specifies the direction in which a line is drawn.
public enum Direction
Fields
| Name | Value | Description |
|---|---|---|
TopToBottom | The line is drawn from the top-left to the bottom-right. | |
BottomToTop | The line is drawn from the bottom-left to the top-right. |