Share via


SqlStudioLayoutManager.GetVerticalIndent Method

Obtains the vertical indentation of the control.

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

Syntax

'Declaration
Public Function GetVerticalIndent ( _
    control As Control _
) As SqlStudioLayoutManager..::..SqlStudioLayoutIndent
'Usage
Dim instance As SqlStudioLayoutManager
Dim control As Control
Dim returnValue As SqlStudioLayoutManager..::..SqlStudioLayoutIndent

returnValue = instance.GetVerticalIndent(control)
public SqlStudioLayoutManager..::..SqlStudioLayoutIndent GetVerticalIndent(
    Control control
)
public:
SqlStudioLayoutManager..::..SqlStudioLayoutIndent GetVerticalIndent(
    Control^ control
)
member GetVerticalIndent : 
        control:Control -> SqlStudioLayoutManager..::..SqlStudioLayoutIndent 
public function GetVerticalIndent(
    control : Control
) : SqlStudioLayoutManager..::..SqlStudioLayoutIndent

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Controls.SqlStudioLayoutManager.SqlStudioLayoutIndent
Returns a value that represents the vertical indentation of the control.