System.Windows.Forms.SplitContainer.Orientation Property

Gets or sets a value indicating the horizontal or vertical orientation of the System.Windows.Forms.SplitContainer panels.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.Orientation.Vertical)]
[System.ComponentModel.Localizable(true)]
public Orientation Orientation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the SplitContainer.Orientation property to change the System.Windows.Forms.SplitContainer from vertical to horizontal or from horizontal to vertical.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0