WindowResizeGripDirectionExtensions::IsResizingBottom Method (WindowResizeGripDirection)
Visual Studio 2015
Determines whether the specified resize direction affects the bottom of the resized element.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ExtensionAttribute] static bool IsResizingBottom( WindowResizeGripDirection direction )
Parameters
- direction
-
Type:
Microsoft.VisualStudio.PlatformUI::WindowResizeGripDirection
The resize direction to check.
Return Value
Type: System::BooleanReturns true if the resize direction is Bottom, BottomLeft or BottomRight; otherwise returns false.
Show: