Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Features List

Brandon Minnick edited this page Sep 21, 2021 · 13 revisions

Features

This page documents the features in Xamarin.CommunityToolkit and Xamarin.CommunityToolkit.Markup.

Xamarin.CommunityToolkit

Behaviors

Animations

Feature Description Documentation
AnimationBehavior A Behavior that allows TapGestureRecognizer to be used as ICommand AnimateCommand TBD
CharactersValidationBehavior A behavior that allows the user to validate text input depending on specified parameters CharactersValidationBehavior
FadeAnimation Fade Out then Fade In a VisualElement TBD
FlipHorizontalAnimation Rotate a VisualElement around its x-axis TBD
FlipVerticalAnimation Rotate a VisualElement around its y-axis TBD
RotateAnimation Rotate a VisualElement around its z-axis TBD
ScaleAnimation Increase the size of a VisualElement , then return it to its original size TBD
SetFocusOnEntryCompletedBehavior An attached property for entries that allows the user to specify what VisualElement should gain focus after the user completes that entry SetFocusOnEntryCompletedBehavior
ShakeAnimation Shake a VisualElement left and right TBD

Attached Behaviors

Feature Description Documentation
SetFocusOnEntryCompletedBehavior An attached property for entries that allows the user to specify what VisualElement should gain focus after the user completes that entry SetFocusOnEntryCompletedBehavior

Validators

Feature Description Documentation
CharactersValidationBehavior A behavior that allows the user to validate text input depending on specified parameters CharactersValidationBehavior

Xamarin.CommunityToolkit.Markup

Feature Description Documentation

|

Clone this wiki locally