Variable LayoutItem._orientation

struct LayoutItem
{
  // ...
  Orientation _orientation;
  // ...
}