WindowResizeGripDirectionExtensions::IsResizingTop Method (WindowResizeGripDirection)

 

Determines whether the specified resize direction affects the top of the resized element.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
[ExtensionAttribute]
static bool IsResizingTop(
	WindowResizeGripDirection direction
)

Parameters

direction
Type: Microsoft.VisualStudio.PlatformUI::WindowResizeGripDirection

The resize direction to check.

Return Value

Type: System::Boolean

Returns true if the resize direction is Top, TopLeft or TopRight; otherwise returns false.

Return to top
Show: