关于[Customizing Controls in .NET MAUI]的摘要:
Today, I want to talk about and show you the ways that you can completely customize controls in .NET MAUI. Before looking at .NET MAUI let’s move back a couple years, back to the Xamarin.Forms era. Back then, we had a couple of ways to customize controls: We had Behaviors that are used when you don’t need to access the platform-specific APIs in order to customize controls; and we had Effects if you need to access the platform-specific APIs.
原文地址: https://devblogs.microsoft.com/dotnet/customizing-dotnet-maui-controls/