Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Color s. |
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