ProvideToolWindowAttribute.Orientation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default orientation for the tool window relative to the window specified by the Window property.
public:
property Microsoft::VisualStudio::Shell::ToolWindowOrientation Orientation { Microsoft::VisualStudio::Shell::ToolWindowOrientation get(); void set(Microsoft::VisualStudio::Shell::ToolWindowOrientation value); };
public:
property Microsoft::VisualStudio::Shell::ToolWindowOrientation Orientation { Microsoft::VisualStudio::Shell::ToolWindowOrientation get(); void set(Microsoft::VisualStudio::Shell::ToolWindowOrientation value); };
public Microsoft.VisualStudio.Shell.ToolWindowOrientation Orientation { get; set; }
member this.Orientation : Microsoft.VisualStudio.Shell.ToolWindowOrientation with get, set
Public Property Orientation As ToolWindowOrientation
Property Value
Remarks
Allowable orientations are Top, Left, Right, Bottom or none.