vertical
Description:
[ Version ( deprecated = true ,  deprecated_since = "1.12" ,  since = "1.2" ) ]
public bool vertical { get; set; }
  public bool vertical { get; set; }
Warning: vertical is deprecated since 1.12.
Whether the BoxLayout should arrange its children alongside the Y axis, instead of alongside the X axis
Note: 
      
        
    
  Use orientation instead.