Share via


Switcher.LayoutEngine Property

Gets the cached instance of the control's layout engine.

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

Syntax

'Declaration
Public Overrides ReadOnly Property LayoutEngine As LayoutEngine
    Get
'Usage
Dim instance As Switcher
Dim value As LayoutEngine

value = instance.LayoutEngine
public override LayoutEngine LayoutEngine { get; }
public:
virtual property LayoutEngine^ LayoutEngine {
    LayoutEngine^ get () override;
}
abstract LayoutEngine : LayoutEngine
override LayoutEngine : LayoutEngine
override function get LayoutEngine () : LayoutEngine

Property Value

Type: System.Windows.Forms.Layout.LayoutEngine
Returns a value that represents the cached instance of the control's layout engine.