Microsoft.Maui.Graphics
Microsoft.Maui.Graphics copied to clipboard
How to render components inside drawn controls
In xaml we can create DataTemplates to let the user customize their controls. Is there something of the same kind for ICanvas
/IDrawable
? For example canvas.DrawControl(IView view)
where IView
could be a xaml component or an IDrawable
?