Share via


Orientation 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 presentation (orientation) of the child user interface elements.

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

Syntax

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

Property Value

Type: Microsoft.SPOT.Presentation.Controls. . :: . .Orientation
The orientation of the line of controls.

Remarks

Child user interface elements are each represented by an object. The StackPanel control can present child objects as a horizontal or vertical line of elements.

.NET Framework Security

See Also

Reference

StackPanel Class

Microsoft.SPOT.Presentation.Controls Namespace