horizontal property
      
      EnumValue
      get
      horizontal
      
    
    
Allow only horizontal (left-and-right) dragging.
Implementation
static _i3.EnumValue get horizontal => _i4.getProperty(
      _declaredLinkReshapingTool,
      'Horizontal',
    );
      
      set
      horizontal
      (EnumValue value) 
      
    
    
    
Implementation
static set horizontal(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLinkReshapingTool,
    'Horizontal',
    value,
  );
}