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
Syntaxpublic ProductCatalogsRepositoryBackgroundRepeat BackgroundRepeat { get; set; }
Public Property BackgroundRepeat As ProductCatalogsRepositoryBackgroundRepeat
Get
Set
public:
property ProductCatalogsRepositoryBackgroundRepeat^ BackgroundRepeat {
ProductCatalogsRepositoryBackgroundRepeat^ get ();
void set (ProductCatalogsRepositoryBackgroundRepeat^ value);
}
member BackgroundRepeat : ProductCatalogsRepositoryBackgroundRepeat with get, set
Property Value
Type:
ProductCatalogsRepositoryBackgroundRepeat
See Also