| 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
<JsonObjectAttribute(MemberSerialization.OptOut)>
Public Enumeration BackgroundImageRepeat
Members
| Member name | Value | Description |
---|
| NoRepeat | 0 | |
| Repeat | 1 | |
| RepeatX | 2 | |
| RepeatY | 3 | |
| Round | 4 | |
| Space | 5 | |
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