Gets or sets whether the panels are arranged horizontally or vertically.
public virtual bool Horizontal { get; set; }
Overridable Public Property Horizontal As Boolean
If the Horizontal property is set to true, the panels are arranged in a horizontal direction.
The next image shows how the panels are oriented if the Horizontal property is set to false.