Extensions
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 . |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
.NET MAUI Community Toolkit