Using TypeConverter with Xamarin.Forms for Better Custom Controls
With the TypeConverter you can make it easier for other developers that use your custom control to specify property values, especially in XAML. In this video we will learn what a Type Converter is exactly, how to create one in Xamarin.Forms and .NET MAUI, but also how to consume it in our XAML.
What you will learn
- Intro
- Will This Work With .NET MAUI?
- Custom Control Overview
- Implement TypeConverter
Good to know
- The demo focuses on practical usage, so validate package/version details against your current MAUI target before shipping.