Represents the image url for the scroll up in normal state.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] public string ScrollImageUpUrl { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ Public Property ScrollImageUpUrl As String |