Click or drag to resize

EditableListBackgroundImage Class

Represents a background image.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsEditableListBackgroundImage

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[JsonObjectAttribute(MemberSerialization.OptOut)]
public class EditableListBackgroundImage

The EditableListBackgroundImage type exposes the following members.

Constructors
  NameDescription
Public methodEditableListBackgroundImage
Initializes a new instance of the EditableListBackgroundImage class
Top
Properties
  NameDescription
Public propertyImageExpression
Gets or sets the JavaScript expression that will be called to fetch the image source for the BackgroundImage object.
Public propertyImageUrl
Gets or sets the URL of the image source for the BackgroundImage object.
Public propertyIsEmpty
Gets a value that indicates whether this BackgroundImage object is initialized with the default values.
Public propertyPosition
Gets or sets the alignment of the background image(s) within a container element.
Public propertyRepeat
Gets or sets a value that specifies how the background image fills the available space.
Top
Remarks