Placement of the panel on the MDI parent form.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public Property Orientation As WindowManagerOrientation
C#
public WindowManagerOrientation Orientation { get; set; }
C++
public:
WindowManagerOrientation Orientation {
	WindowManagerOrientation get ();
	void set (WindowManagerOrientation value);
}