Share via


IView.MinimumSize Property

Gets the minimum size of the view.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
ReadOnly Property MinimumSize As Size
    Get
'Usage
Dim instance As IView
Dim value As Size

value = instance.MinimumSize
Size MinimumSize { get; }
property Size MinimumSize {
    Size get ();
}
abstract MinimumSize : Size
function get MinimumSize () : Size

Property Value

Type: System.Drawing.Size
Gets the specified minimum size of the view.