IResizable::MaxSize Property

 

Gets the maximum size 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 Size MaxSize {
	Size get();
}

Property Value

Type: System.Windows::Size

Returns the maximum size of the resizable element.

Return to top
Show: