I want to create a custom renderer or an effect or whatever to make a show effect on a text.
So both Android and iOS can achieve this using methods and properties with-in the control.
UWP is very different. Meaning that if you want to create a show effect on UWP, you gotta take the control and put it in another control called DropShadowPanel. I dont know if there is a way to do this in Xamarin.Forms
↧
UWP shadows without a DropShadowPanel
↧