| 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; }
Public Property Position As String
Get
Set
Property Value
Type:
String
A System.String value that specifies the image's position.
The default is String.Empty.
Return Value
Type:
StringRemarks The alignment of the background image(s) within a container element.
See Also