In a previous post I wrote about how cool XAML Markup Extensions were. As I was writing that post, it occurred to me that I should put together a tutorial on writing one from scratch. So here it is... Why Are Markup Extensions Important? All properties in XAML are set…
2 posts tagged
Markup Extensions
Fantastic Fonts in Forms Without the Fuss
In the last article we talked about how to add custom fonts to any Xamarin.Forms app. Despite the numerous starts and stops that I encountered, the process turned out to be pretty easy, all in all. However, the XAML needed to add custom fonts is a little bit verbose.…