Gets or sets the URL of the background image for the content area of the C1WebDialog.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
public string BackgroundImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
Public Property BackgroundImageUrl As String
	Get
	Set

Remarks

Use this property to display a custom image for the area. If the image is smaller than the area, it will be tiled to fill in the area.

See Also