Class TagListItem
Represents an tag within TagListCardComponent component.
public class TagListItem
- Inheritance
-
objectTagListItem
- Extension Methods
Properties
Color
Tag background color.
public Color Color { get; set; }
Property Value
Label
Tag label.
public string Label { get; set; }
Property Value
- string