SvgImageItemAppearance.FillColor Property
Gets or sets a custom background color applied to an image item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Color | A custom background color. |
Remarks
Example
The following code specifies the Green color as the default background for all image items.

See Also