Chip Members
In This Article
#Fields
Name | Description |
---|---|
Border |
Identifies the Border |
Border |
Identifies the Border |
Check |
Identifies the Check |
Check |
Identifies the Check |
Corner |
Identifies the Corner |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Disabled |
Identifies the Disabled |
Double |
Identifies the Double |
Double |
Identifies the Double |
Font |
Identifies the Font |
Font |
Identifies the Font |
Font |
Identifies the Font |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon |
Icon |
Identifies the Icon dependency property. |
Icon |
Identifies the Icon |
Is |
Identifies the Is |
Is |
Identifies the Is |
Is |
Identifies the Is |
Is |
Identifies the Is |
Long |
Identifies the Long |
Long |
Identifies the Long |
Padding |
Identifies the Padding dependency property. |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Pressed |
Identifies the Pressed |
Remove |
Identifies the Remove |
Remove |
Identifies the Remove |
Remove |
Identifies the Remove |
Remove |
Identifies the Remove |
Rounded |
Identifies the Rounded |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selection |
Identifies the Selection |
Selection |
Identifies the Selection |
Tap |
Identifies the Tap |
Tap |
Identifies the Tap |
Text |
Identifies the Text |
Text |
Identifies the Text dependency property. |
Use |
Identifies the Use |
#Properties
Name | Description |
---|---|
Border |
Gets or sets the border color. |
Border |
Gets or sets the border thickness. |
Check |
Gets or sets the icon that indicates the selection state. |
Check |
Gets or sets the color of the icon displayed when the chip is in the checked state. |
Corner |
Gets or sets the corner radius. |
Disabled |
Gets or sets the background color in the disabled state. |
Disabled |
Gets or sets the border color in the disabled state. |
Disabled |
Gets or sets the Check icon color in the disabled state. |
Disabled |
Gets or sets the icon color in the disabled state. |
Disabled |
Gets or sets the Remove icon color when the chip is disabled. |
Disabled |
Gets or sets the text color when the chip is disabled. |
Double |
Gets or sets a command invoked when a user double-taps the chip. |
Double |
Gets or sets a parameter passed to the Double |
Font |
Gets or sets whether the font used to display text is bold, italic, or unmodified. |
Font |
Gets or sets the font face used to display text within the chip. |
Font |
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. |
Icon |
Gets or sets the color of the icon displayed in the chip. |
Icon |
Gets or sets the indent between the icon and text. |
Icon |
Gets or sets the icon size. |
Is |
Gets or sets whether the Check icon is visible when this chip is selected. |
Is |
Gets or sets whether the icon is visible. |
Is |
Gets or sets whether the icon that allows users to remove the chip is visible. |
Is |
Gets or sets whether the chip is checked (selected). |
Long |
Gets or sets a command executed when a user presses and holds the chip. |
Long |
Gets or sets a parameter passed to the Long |
Padding | Gets or sets the amount of space around the chip. |
Pressed |
Gets or sets the background color when the chip is pressed. |
Pressed |
Gets or sets the border color when the chip is pressed. |
Pressed |
Gets or sets the Check icon color when the chip is pressed. |
Pressed |
Gets or sets the icon color when the chip is pressed. |
Pressed |
Gets or sets the Remove icon color when the chip is pressed. |
Pressed |
Gets or sets the text color when the chip is pressed. |
Remove |
Gets or sets the icon that allows users to remove the chip. |
Remove |
Gets or sets a command executed when a user taps the Remove icon. |
Remove |
Gets or sets a parameter passed to the Remove |
Remove |
Gets or sets the Remove icon color. |
Rounded |
Gets or sets whether the chip icons are rounded. |
Selected |
Gets or sets the background color when the chip is selected. |
Selected |
Gets or sets the border color when the chip is selected. |
Selected |
Gets or sets the background color when the chip is selected and disabled. |
Selected |
Gets or sets the border color when the chip is selected and disabled. |
Selected |
Gets or sets the icon color when the chip is selected and disabled. |
Selected |
Gets or sets the Remove icon color when the chip is selected and disabled. |
Selected |
Gets or sets the text color when the chip is selected and disabled. |
Selected |
Gets or sets the icon color when this chip is checked (selected). |
Selected |
Gets or sets the Remove icon color when the chip is selected. |
Selected |
Gets or sets the text color when the chip is selected. |
Selection |
Gets or sets a command executed when a user (un)selects this chip. |
Selection |
Gets or sets a parameter passed to the Selection |
Tap |
Gets or sets a command invoked when a user taps this chip. |
Tap |
Gets or sets a parameter passed to the Tap |
Text | Gets or sets the text displayed in the chip. |
Text |
Gets or sets the text color. |
Use |
Gets or sets whether to use a ripple effect to change the selection state. |
#Events
Name | Description |
---|---|
Double |
Fires when a user double-taps the chip. |
Long |
Fires when a user presses and holds the chip. |
Remove |
Fires when the Remove icon is clicked. |
Selection |
Fires when the selection state changes. |
Tap | Fires when a user taps the chip. |
See Also