Share via


Switcher.DefaultSwitcherSize Property

Gets the default size of the Switcher class.

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

Syntax

'Declaration
Public ReadOnly Property DefaultSwitcherSize As Size
    Get
'Usage
Dim instance As Switcher
Dim value As Size

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

Property Value

Type: System.Drawing.Size
An integer that represents the default size of the control.