Variable LinearLayout._orientation

class LinearLayout
{
  // ...
  Orientation _orientation = Orientation.Vertical;
  // ...
}