'Declaration Public Enum ToolWindowResizeElementLocation Inherits System.Enum
public enum ToolWindowResizeElementLocation : System.Enum
Member | Description |
---|---|
Bottom | Represents the border edge used to increase the height from the bottom. |
BottomLeft | Represents the border edge used to increase the height and width from the bottom left corner. |
BottomRight | Represents the border edge used to increase the height and width from the top right corner. |
Left | Represents the border edge used to increase the width from the left. |
Right | Represents the border edge used to increase the width from the right. |
Top | Represents the border edge used to increase the height from the top. |
TopLeft | Represents the border edge used to increase the height and width from the top left corner. |
TopRight | Represents the border edge used to increase the height and width from the top right corner. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2