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