Click or drag to resize

IProductBackgroundColor Property

Background color of a menu button for the product. If the product has a menu image (HasMenuImage, TryGetProductMenuImage(IProduct)) and UI supports images in menu, image should be used as a background instead of solid BackgroundColor

Namespace:  Resto.Front.Api.Data.Assortment
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
Color? BackgroundColor { get; }

Property Value

Type: NullableColor
See Also