Specifies how the mark is being resized.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearARTFormsResizeType 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearARTFormsResizeType : System.Enum 
             
        
            
            __value public enum ImGearARTFormsResizeType : public System.Enum 
             
        
            
            public enum class ImGearARTFormsResizeType : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| East | 
            Resize east.
             | 
| North | 
            Resize north.
             | 
| NorthEast | 
            Resize northeast.
             | 
| NorthWest | 
            Resize northwest.
             | 
| Point | 
            Move a point.
             | 
| South | 
            Resize south.
             | 
| SouthEast | 
            Resize southeast.
             | 
| SouthWest | 
            Resize southwest.
             | 
| West | 
            Resize west.
             | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.Forms.ImGearARTFormsResizeType
 
            
            
            See Also