Gets or sets the location of an image for the right bottom border of C1WebDialog.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DefaultValueAttribute("")] public string RightBottomUrl { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DefaultValueAttribute("")> _ Public Property RightBottomUrl As String Get Set |