public MetroScrollBar(MetroScrollOrientation orientation, int width)
     : this(orientation)
 {
     Width = width;
 }
 public MetroScrollBar(MetroScrollOrientation orientation, int width)
     : this(orientation)
 {
     Width = width;
 }
 public MetroScrollBar(MetroScrollOrientation orientation)
     : this()
 {
     Orientation = orientation;
 }
 public MetroScrollBar(MetroScrollOrientation orientation)
     : this()
 {
     Orientation = orientation;
 }