Click or drag to resize

EditableListBackgroundImageRepeat Property

Gets or sets a value that specifies how the background image fills the available space.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonConverterAttribute(typeof(EditableListStringEnumConverter))]
public EditableListBackgroundImageBackgroundImageRepeat Repeat { get; set; }

Property Value

Type: EditableListBackgroundImageBackgroundImageRepeat
One of the BackgroundImageRepeat enumeration values. The default is BackgroundImageRepeat.Repeat.

Return Value

Type: EditableListBackgroundImageBackgroundImageRepeat
Remarks
A value that specifies how the background image fills the available space.
See Also