Class SecondaryIcon
Properties of a secondary icon.
public sealed class SecondaryIcon
- Inheritance
-
objectSecondaryIcon
- 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
ParametrizedTooltip
Tooltip text of the icon.
public ParametrizedTooltip ParametrizedTooltip { get; }