SwipeContainerItem.ImageColor Property
In This Article
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
C#
public Color ImageColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The image’s fill color. |
See Also