This topic has not yet been rated - Rate this topic

Orientation

Silverlight

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.

Silverlight 2

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ