| 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; }
<JsonConverterAttribute(GetType(EditableListStringEnumConverter))>
Public Property Repeat As EditableListBackgroundImageBackgroundImageRepeat
Get
Set
Property Value
Type:
EditableListBackgroundImageBackgroundImageRepeat
One of the BackgroundImageRepeat enumeration values.
The default is BackgroundImageRepeat.Repeat.
Return Value
Type:
EditableListBackgroundImageBackgroundImageRepeatRemarks A value that specifies how the background image fills the available space.
See Also