Share via


Direction Property

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

Gets or sets the direction in which a line is drawn.

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

Syntax

'Declaration
Public Property Direction As Direction
public Direction Direction { get; set; }
public:
property Direction Direction {
    Direction get ();
    void set (Direction value);
}
member Direction : Direction with get, set
function get Direction () : Direction
function set Direction (value : Direction)

Property Value

Type: Microsoft.SPOT.Presentation.Shapes. . :: . .Direction
A value of the Direction enumeration that specifies the direction in which the line is drawn.

.NET Framework Security

See Also

Reference

Line Class

Microsoft.SPOT.Presentation.Shapes Namespace