Orientation Enumeration

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

Specifies the layout orientation for controls that manage the layout of other user interface elements.

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

Syntax

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

Members

Member name Description
Horizontal A value specifying that the layout of child elements should be horizontal.
Vertical A value specifying that the layout of child elements should be vertical.

See Also

Reference

Microsoft.SPOT.Presentation.Controls Namespace