I learned that the correct way to reference the bitmap resource in a Slot is:
Application::Top6060Tri.FrameDelay = 900 - (int32)ChamFlow1; // sets the frame rate of moving arrows
But, then I get an error message "FrameDelay is READ ONLY."
So, I think that means I can not change the FrameDelay from within the application.