ProvideToolWindowAttribute::Orientation Property
Visual Studio 2015
Gets or sets the default orientation for the tool window relative to the window specified by the Window property.
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.
Show: