FormItemBaseActualAppearance.ImageColor Property
Gets or sets the image’s fill color. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ImageColor { get; }
Property Value
| Type | Description |
|---|---|
| Color | The fill color. |
See Also