orientation property

set orientation (LinearGaugeOrientation v)

Implementation

set orientation(LinearGaugeOrientation v) {
  if (_orientation == v) return;
  _orientation = v;
  _staticPicture = null;
  markNeedsPaint();
}