Variable AbstractSlider._orientation

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