Share via


SwitcherRenderer.MinimumSize Property

Gets the minimum size of the control.

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

Syntax

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

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

Property Value

Type: System.Drawing.Size
Returns an integer representing the minimum size of the control.