ProvideToolWindowAttribute.Orientation Property

Definition

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

ToolWindowOrientation.

Remarks

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

Applies to