ProvideToolWindowAttribute::Orientation Property

 

Gets or sets the default orientation for the tool window relative to the window specified by the Window property.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property ToolWindowOrientation Orientation {
	ToolWindowOrientation get();
	void set(ToolWindowOrientation value);
}

Allowable orientations are Top, Left, Right, Bottom or none.

Return to top
Show: