Click or drag to resize

EditableListBackgroundImageBackgroundImageRepeat Enumeration

Specifies how a background image fills the available space.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonObjectAttribute(MemberSerialization.OptOut)]
public enum BackgroundImageRepeat
Members
  Member nameValueDescription
NoRepeat0
Repeat1
RepeatX2
RepeatY3
Round4
Space5
Remarks
The enumerator contains values specifying how a background image fills the available space. The values of this enumerator are used to set the BackgroundImage.Repeat property.
See Also