Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The .NET MAUI Community Toolkit provides a set of extension methods to simplify common tasks such as animating the BackgroundColor change of a VisualElement.
.NET MAUI Community Toolkit Extensions
The .NET MAUI Community Toolkit provides a collection of extension methods to make developers lives easier. Here are the extension methods provided by the toolkit:
| Extension | Description |
|---|---|
ColorAnimationExtensions |
The ColorAnimationExtensions provide a series of extension methods that support animating the Color related properties of a VisualElement. |
ColorConversionExtensions |
The ColorConversionExtensions provide a series of extension methods that support converting, modifying or inspecting Colors. |
KeyboardExtensions |
The KeyboardExtensions provide a series of extension methods that support interacting with the Keyboard on controls that support text input. |
ServiceCollectionExtensions |
The ServiceCollectionExtensions provide a series of extension methods that simplify registering Views and their associated ViewModels within the .NET MAUI IServiceCollection. |
.NET MAUI Community Toolkit