Gets or sets whether the splitter modifies columns or rows.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public Orientation Orientation { get; set; }
Visual Basic
Public Property Orientation As Orientation
	Get
	Set

Remarks

When this property is set to Horizontal, the columns are resized.

See Also