IResizable Interface

 

Represents an element that can be resized and moved through deltas.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public interface IResizable

NameDescription
System_CAPS_pubpropertyCurrentBounds

Gets the position of the resizable element, in logical coordinates.

System_CAPS_pubpropertyCurrentScreenBounds

Gets the screen position of the resizable element, in device coordinates.

System_CAPS_pubpropertyMaxSize

Gets the maximum size of the resizable element, in logical coordinates.

System_CAPS_pubpropertyMinSize

Gets the minimum size of the resizable element, in logical coordinates.

NameDescription
System_CAPS_pubmethodUpdateBounds(Double, Double, Double, Double)

Repositions the element with the given deltas.

This interface is used in conjunction with the WindowResizeGrip.

Return to top
Show: