public SmoothProgressDrawable Build()
            {
                var ret = new SmoothProgressDrawable(_interpolator, _sectionsCount, _strokeSeparatorLength, _colors,
                                                     _strokeWidth, _speed, _reversed, _mirrorMode);

                return(ret);
            }
 public SmoothProgressDrawable Build()
 {
     var ret = new SmoothProgressDrawable(_interpolator, _sectionsCount, _strokeSeparatorLength, _colors,
         _strokeWidth, _speed, _reversed, _mirrorMode);
     return ret;
 }