Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.