Gets or sets the background image url for splitter panel.

Namespace:  C1.Web.UI.Controls.C1Splitter
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the background image url for splitter panel.")]
[JsonAttribute(true)]
[DefaultValueAttribute("")]
[CategoryAttribute("Appearance")]
public string BackImageUrl { get; set; }
Visual Basic (Declaration)
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<NotifyParentPropertyAttribute(True)> _
<DescriptionAttribute("Gets or sets the background image url for splitter panel.")> _
<JsonAttribute(True)> _
<DefaultValueAttribute("")> _
<CategoryAttribute("Appearance")> _
Public Property BackImageUrl As String
	Get
	Set

Remarks