Chip Properties
A chip that allows users to trigger an action.| Name | Description |
|---|---|
| BorderColor | Gets or sets the border color. |
| BorderThickness | Gets or sets the border thickness. |
| CheckIcon | Gets or sets the icon that indicates the selection state. |
| CheckIconColor | Gets or sets the color of the icon displayed when the chip is in the checked state. |
| CornerRadius | Gets or sets the corner radius. |
| DisabledBackgroundColor | Gets or sets the background color in the disabled state. |
| DisabledBorderColor | Gets or sets the border color in the disabled state. |
| DisabledCheckIconColor | Gets or sets the Check icon color in the disabled state. |
| DisabledIconColor | Gets or sets the icon color in the disabled state. |
| DisabledRemoveIconColor | Gets or sets the Remove icon color when the chip is disabled. |
| DisabledTextColor | Gets or sets the text color when the chip is disabled. |
| DoubleTapCommand | Gets or sets a command invoked when a user double-taps the chip. |
| DoubleTapCommandParameter | Gets or sets a parameter passed to the DoubleTapCommand. |
| FontAttributes | Gets or sets whether the font used to display text is bold, italic, or unmodified. |
| FontFamily | Gets or sets the font face used to display text within the chip. |
| FontSize | Gets or sets the size of the font used to display text in the chip. |
| Icon | Gets or sets the icon displayed in the chip. |
| IconColor | Gets or sets the color of the icon displayed in the chip. |
| IconIndent | Gets or sets the indent between the icon and text. |
| IconSize | Gets or sets the icon size. |
| IsCheckIconVisible | Gets or sets whether the Check icon is visible when this chip is selected. |
| IsIconVisible | Gets or sets whether the icon is visible. |
| IsRemoveIconVisible | Gets or sets whether the icon that allows users to remove the chip is visible. |
| IsSelected | Gets or sets whether the chip is checked (selected). |
| LongPressCommand | Gets or sets a command executed when a user presses and holds the chip. |
| LongPressCommandParameter | Gets or sets a parameter passed to the LongPressCommand. |
| Padding | Gets or sets the amount of space around the chip. |
| PressedBackgroundColor | Gets or sets the background color when the chip is pressed. |
| PressedBorderColor | Gets or sets the border color when the chip is pressed. |
| PressedCheckIconColor | Gets or sets the Check icon color when the chip is pressed. |
| PressedIconColor | Gets or sets the icon color when the chip is pressed. |
| PressedRemoveIconColor | Gets or sets the Remove icon color when the chip is pressed. |
| PressedTextColor | Gets or sets the text color when the chip is pressed. |
| RemoveIcon | Gets or sets the icon that allows users to remove the chip. |
| RemoveIconClickedCommand | Gets or sets a command executed when a user taps the Remove icon. |
| RemoveIconClickedCommandParameter | Gets or sets a parameter passed to the RemoveIconClickedCommand. |
| RemoveIconColor | Gets or sets the Remove icon color. |
| RoundedIcon | Gets or sets whether the chip icons are rounded. |
| SelectedBackgroundColor | Gets or sets the background color when the chip is selected. |
| SelectedBorderColor | Gets or sets the border color when the chip is selected. |
| SelectedDisabledBackgroundColor | Gets or sets the background color when the chip is selected and disabled. |
| SelectedDisabledBorderColor | Gets or sets the border color when the chip is selected and disabled. |
| SelectedDisabledIconColor | Gets or sets the icon color when the chip is selected and disabled. |
| SelectedDisabledRemoveIconColor | Gets or sets the Remove icon color when the chip is selected and disabled. |
| SelectedDisabledTextColor | Gets or sets the text color when the chip is selected and disabled. |
| SelectedIconColor | Gets or sets the icon color when this chip is checked (selected). |
| SelectedRemoveIconColor | Gets or sets the Remove icon color when the chip is selected. |
| SelectedTextColor | Gets or sets the text color when the chip is selected. |
| SelectionChangedCommand | Gets or sets a command executed when a user (un)selects this chip. |
| SelectionChangedCommandParameter | Gets or sets a parameter passed to the SelectionChangedCommand. |
| TapCommand | Gets or sets a command invoked when a user taps this chip. |
| TapCommandParameter | Gets or sets a parameter passed to the TapCommand. |
| Text | Gets or sets the text displayed in the chip. |
| TextColor | Gets or sets the text color. |
| UseRippleEffect | Gets or sets whether to use a ripple effect to change the selection state. |
See Also