IResizable::CurrentBounds Property

 

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

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

property Rect CurrentBounds {
	Rect get();
}

Property Value

Type: System.Windows::Rect

Returns the position of the resizable element.

Return to top
Show: