URL to background image.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [ThemeableAttribute(true)] [DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] public virtual string BackgroundImage { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <ThemeableAttribute(True)> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ Public Overridable Property BackgroundImage As String Get Set |