Image url for button when the mouse is over the button of slider.

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

Syntax

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

See Also