StackPanel::Orientation Property
.NET Framework (current version)
Gets or sets a value that indicates the dimension by which child elements are stacked.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property Orientation Orientation { virtual Orientation get() sealed; virtual void set(Orientation value) sealed; }
The following example shows how to use the Orientation property to specify how elements within a StackPanel are stacked (one on top of the other or side by side).
The screenshot below shows how this example renders.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: