I am working on converting my apps from UWP to Xamarin. In my UWP apps, I had a custom control that inherited from Button. The control overrode and added several properties (including the Template property, which used my added properties using TemplateBinding). I have found information on how to inherit from ContentView in Xamarin, but I need the functionality & properties inherited from Button. How can I do something similar to create a custom Button in Xamarin? Thanks.
↧