Gets or sets the background image url for gauge control.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [EditorAttribute("System.Web.UI.Design.ImageUrlEditor,System.Design", typeof(UITypeEditor))] [C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute("")] public string BackImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <EditorAttribute("System.Web.UI.Design.ImageUrlEditor,System.Design", _ GetType(UITypeEditor))> _ <C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute("")> _ Public Property BackImageUrl As String Get Set |