I use TsArcPreloader like to TsImage but with auto rotation (in progress). I will to stoped rotation and set custom image to set default position. Can You add below procedure or similar to next alpha version?
procedure TsArcPreloader.DefaultPosition;
begin
FProgressAngle := 0;
Repaint;
end;