Direction Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the direction in which a line is to be drawn.

Namespace:  Microsoft.SPOT.Presentation.Shapes
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Enumeration Direction
public enum Direction
public enum class Direction
type Direction
public enum Direction

Members

Member name Description
TopToBottom A value specifying that the line is to be drawn from top to bottom. That is, the line's starting point is the point that is nearest the top of the display.
BottomToTop A value specifying that the line is to be drawn from bottom to top. That is, the line's starting point is the point that is nearest the bottom of the display.

See Also

Reference

Microsoft.SPOT.Presentation.Shapes Namespace