Represents the image url for the scroll up in hover state.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[NotifyParentPropertyAttribute(true)]
public string ScrollImageUpHoverUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<NotifyParentPropertyAttribute(True)> _
Public Property ScrollImageUpHoverUrl As String

See Also