Chips are compact elements that represent an input, attribute, or action.
View Material Design documentation
<material3:MaterialChips
IsEnabled="true"
IsSelected="True"
Text="Option A"
ToUpper="True"
TrailingIcon="cancel.png"
BackgroundColor="LightGray"
TextColor="Black"
SelectedBackgroundColor="Red"
SelectedTextColor="White" />Command for MaterialChips when is selected or pressed.
Command parameter for MaterialChips when is selected or pressed.
This property is to set the if the MaterialChips control is enabled.
This property is to set the if the MaterialChips control is selected.
This property is to set the padding by default is 16 and 0 horizontally and vertically respectly.
This property is to set the TextMargin.
This property is to set the border color.
This property is to set the leading icon.
This property is to set custom leading icon.
This property is to set if the leading icon is visible.
This property is to set the trailing icon.
This property is to set custom trailing icon.
This property is to set if the trailing icon is visible.
This property is to set the MaterialChips text.
This property is to set the text color.
This property is to set the selected text color.
This property is to set the disabled selected text color.
This property is to set the disabled selected text color.
This property is to set the background color.
This property is to set the selected background color.
This property is to set the disabled background color.
This property is to set the disabled selected background color.
This property is to set the text font size.
This property is to set the text font family.
This property is to set the corner radious.
This property is to set the if you wanna change the text to upper case.
This property is to set the if you wanna change animation for chips.
This property is to set the if you wanna change animation parameter for chips. By default is 0.7.
