Gets or sets the dimension by which child elements are stacked.
<StackPanel Orientation="Vertical" .../> -or- <StackPanel Orientation="Horizontal" .../>
value = object.Orientation object.Orientation = value
Type: string
A string to specify the orientation. Can be either Vertical or Horizontal.
This property is read/write. The default is Vertical.
Orientation
StackPanel
Silverlight 2