Hello,
Welcome to our Microsoft Q&A platform!
Currently in UWP, there are no controls to directly achieve this animation effect.
If you want to achieve 3D page turning animation effect, you can try to achieve this effect with the help of Composition API
.
Although there is no ready-made animation code, here is a page flip animation effect for reference.
Thanks.