WindowResizeGripDirectionExtensions.IsResizingVertically 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingVertically(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsResizingVertically(Microsoft::VisualStudio::PlatformUI::WindowResizeGripDirection direction);
public static bool IsResizingVertically (this Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection direction);
static member IsResizingVertically : Microsoft.VisualStudio.PlatformUI.WindowResizeGripDirection -> bool
<Extension()>
Public Function IsResizingVertically (direction As WindowResizeGripDirection) As Boolean
参数
- direction
- WindowResizeGripDirection
要检查的调整大小的方向。
返回
true如果不是,则返回 Left Right ; 否则返回 false 。