Skip to main content

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

NameValueDescription
TopToBottomThe line is drawn from the top-left to the bottom-right.
BottomToTopThe line is drawn from the bottom-left to the top-right.