Click or drag to resize

ProductCatalogBackgroundRepeat Property

Specifies if and how the background image will be repeated. R=Repeat both vertically and horizontally; X=Repeat only horizontally; Y=Repeat only vertically; N=No repeat. [Required] [Default("R")]

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ProductCatalogsRepositoryBackgroundRepeat BackgroundRepeat { get; set; }

Property Value

Type: ProductCatalogsRepositoryBackgroundRepeat
See Also