Chip class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.Chip
Modifiers: public
Summary¶
Represents a compact selectable or removable chip/tag surface.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class Chip
class Control
Control <|-- Chip
Inherits from: Control
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Model | Gets or sets the shared chip model. |
| Text | Gets or sets the chip text. |
| Icon | Gets or sets the chip icon content. |
| IsSelected | Gets or sets a value indicating whether the chip is selected. |
| IsRemovable | Gets or sets a value indicating whether the chip is removable. |
| SelectCommand | Gets or sets the command invoked to select or toggle the chip. |
| RemoveCommand | Gets or sets the command invoked to remove the chip. |
Fields¶
| Name | Summary |
|---|---|
| static ModelProperty | Property for [Model](# |
| static TextProperty | Property for [Text](# |
| static IconProperty | Property for [Icon](# |
| static IsSelectedProperty | Property for [IsSelected](# |
| static IsRemovableProperty | Property for [IsRemovable](# |
| static SelectCommandProperty | Property for [SelectCommand](# |
| static RemoveCommandProperty | Property for [RemoveCommand](# |