Intersoft ClientUI Documentation
ResizeDirection Enumeration
Example  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace : ResizeDirection Enumeration






Specifies the allowed resize direction in a window.

Syntax

Visual Basic (Declaration) 
Public Enum ResizeDirection 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ResizeDirection
C# 
public enum ResizeDirection : System.Enum 
Delphi 
public enum ResizeDirection = class(System.Enum)
JScript 
public enum ResizeDirection extends System.Enum
Managed Extensions for C++ 
__value public enum ResizeDirection : public System.Enum 
C++/CLI 
public enum class ResizeDirection : public System.Enum 

Members

MemberDescription
AllDirectionsThe window can be resized from all 8 directions.
BottomRightThe window can be resized only from the bottom right direction, that is by dragging the resize handle in the bottom right corner of a window.

Example

The following example shows a UXWindow control that only supports resizing through the bottom right corner of the window interface.
XAMLCopy Code
<Intersoft:UXWindow IsClientVisible="True" Name="window1" ResizeDirection="BottomRight" />

Remarks

This enumeration is used by the ResizeDirection property which determines the mode of the resize direction that applied to UXWindow.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDesktop.ResizeDirection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.