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
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.