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.
Represents an element that can be resized and moved through deltas.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Interface IResizable
public interface IResizable
public interface class IResizable
type IResizable = interface end
public interface IResizable
The IResizable type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CurrentBounds | Gets the position of the resizable element, in logical coordinates. |
![]() |
CurrentScreenBounds | Gets the screen position of the resizable element, in device coordinates. |
![]() |
MaxSize | Gets the maximum size of the resizable element, in logical coordinates. |
![]() |
MinSize | Gets the minimum size of the resizable element, in logical coordinates. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
UpdateBounds | Repositions the element with the given deltas. |
Top
Remarks
This interface is used in conjunction with the WindowResizeGrip.