WindowResizeEdge
        Inherits: Enum
Properties
- 
          BOTTOM–
- 
          BOTTOM_LEFT–
- 
          BOTTOM_RIGHT–
- 
          LEFT–
- 
          RIGHT–
- 
          TOP–
- 
          TOP_LEFT–
- 
          TOP_RIGHT–
        Inherits: Enum
Properties
BOTTOM          –
          BOTTOM_LEFT          –
          BOTTOM_RIGHT          –
          LEFT          –
          RIGHT          –
          TOP          –
          TOP_LEFT          –
          TOP_RIGHT          –
          BOTTOM = 'bottom'
  
      class-attribute
      instance-attribute
  
#BOTTOM_LEFT = 'bottomLeft'
  
      class-attribute
      instance-attribute
  
#BOTTOM_RIGHT = 'bottomRight'
  
      class-attribute
      instance-attribute
  
#LEFT = 'left'
  
      class-attribute
      instance-attribute
  
#RIGHT = 'right'
  
      class-attribute
      instance-attribute
  
#TOP = 'top'
  
      class-attribute
      instance-attribute
  
#TOP_LEFT = 'topLeft'
  
      class-attribute
      instance-attribute
  
#TOP_RIGHT = 'topRight'
  
      class-attribute
      instance-attribute
  
#