I'd like to implement my own control for Windows Phone. The catch is, that I want to draw it myself - in regular WPF I'd simply override OnRender
method and provide my own implementation. However, there is no OnRender
method available on Windows Phone. What other options do I have?
What is not acceptable in my case is:
- Drawing on bitmap in background and displaying it
- Using vector shapes instead of raster drawing