vertical property
      
      EnumValue
      get
      vertical
      
    
    
Allow only vertical (up-and-down) dragging.
Implementation
static _i3.EnumValue get vertical => _i4.getProperty(
      _declaredLinkReshapingTool,
      'Vertical',
    );
      
      set
      vertical
      (EnumValue value) 
      
    
    
    
Implementation
static set vertical(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLinkReshapingTool,
    'Vertical',
    value,
  );
}