ChipActualAppearance.IconColor Property
Gets the icon color value that is applied to the Chip. To specify this value, use the IconColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color IconColor { get; }
Property Value
Type | Description |
---|---|
Color | The icon color value that is applied to the Chip. |
See Also