I created a custom view renderer. This custom view is placed in a layout in C#, the code behind. I am creating an instance of my custom view class in C# and then adding it to the layout like you would a button or label. It works fine.
I am now attempting to move the creation of the layout to xaml. However, I'm not having any luck with this. How can I take that created instance of my custom renderer class and put it in xaml?