Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property Orientation As ToolWindowOrientation
public ToolWindowOrientation Orientation { get; set; }
public:
property ToolWindowOrientation Orientation {
ToolWindowOrientation get ();
void set (ToolWindowOrientation value);
}
member Orientation : ToolWindowOrientation with get, set
function get Orientation () : ToolWindowOrientation
function set Orientation (value : ToolWindowOrientation)
Property Value
Type: Microsoft.VisualStudio.Shell.ToolWindowOrientation
ToolWindowOrientation .
Remarks
Allowable orientations are Top, Left, Right, Bottom or none.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.