Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Display progress as image with busy content below the image
posted

hi ,

i have a requirement to display progress as a image with content below the image.

Based on the progress, image should be filled with color like (blue). Initially it will be in light gray color.

can you please guide me how to do this. It would be helpful if you can share it in sample application

  • 28925
    Suggested Answer
    Offline posted

    Hello Shashikanth,

    The XamBusyIndicator provides it's own indicators and does not support image as busy content out of the box. However you can customize your own indicator with a style using the VisualStateManager to draw a rectangle and custom animation to meet your requirements.

    An example can be found online at Customizing ProgressBar Animation.

    Let me know if you have any questions.