Click or drag to resize

EditableListBackgroundImagePosition Property

Gets or sets the alignment of the background image(s) within a container element.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string Position { get; set; }

Property Value

Type: String
A System.String value that specifies the image's position. The default is String.Empty.

Return Value

Type: String
Remarks
The alignment of the background image(s) within a container element.
See Also