Image url for button in the slider user interface.

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

Syntax

C#
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[LayoutAttribute(LayoutType.Appearance)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
public string ImageUrl { get; set; }
Visual Basic
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<LayoutAttribute(LayoutType.Appearance)> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property ImageUrl As String
	Get
	Set

See Also