Click or drag to resize

ProductCatalogsRepositoryBackgroundRepeat Class

Allowed values for the BackgroundRepeat data attribute
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Aloe.EnterpriseOne.Model.GeneralProductCatalogsRepositoryBackgroundRepeat

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public sealed class BackgroundRepeat : Enum

The ProductCatalogsRepositoryBackgroundRepeat type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNoRepeat
NoRepeat value. Stored as 'N'.
Public fieldStatic memberRepeatBothVerticallyAndHorizontally
RepeatBothVerticallyAndHorizontally value. Stored as 'R'.
Public fieldStatic memberRepeatOnlyHorizontally
RepeatOnlyHorizontally value. Stored as 'X'.
Public fieldStatic memberRepeatOnlyVertically
RepeatOnlyVertically value. Stored as 'Y'.
Public fieldvalue__
Top
See Also