Class StatusComponentProperties
Properties of the basic status component (colored text with icon).
public class StatusComponentProperties
- Inheritance
-
objectStatusComponentProperties
- Derived
- Extension Methods
Properties
IconColor
Color of the icon.
public Color IconColor { get; set; }
Property Value
IconName
Name of the icon.
public string IconName { get; set; }
Property Value
- string
Label
Text of the status label.
public string Label { get; set; }
Property Value
- string
LabelColor
Color of the label.
public Color LabelColor { get; set; }