In a previous post I wrote about how cool XAML Markup Extensions [https://codemilltech.com/things-i-think-are-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…
2 posts tagged
Markup Extensions
Fantastic Fonts in Forms Without the Fuss
In the last article [https://codemilltech.com/fantastic-fonts-in-xamarin-forms/] 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…