Image url for button when the mouse is down on 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#
[C1CategoryAttribute("Category.Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
[LayoutAttribute(LayoutType.Appearance)]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[JsonAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public string PressedImageUrl { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
<LayoutAttribute(LayoutType.Appearance)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<JsonAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property PressedImageUrl As String
	Get
	Set

See Also