Gets or sets a bound image URL or physical path.
Namespace:
Neodynamic.WebControls.ImageDraw
Assembly:
Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)
Syntax
C# |
---|
[ObsoleteAttribute("BoundImageUrl property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")]
public string BoundImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("BoundImageUrl property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")> _
Public Property BoundImageUrl As String |
Visual C++ |
---|
[ObsoleteAttribute(L"BoundImageUrl property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")]
public:
property String^ BoundImageUrl {
String^ get ();
void set (String^ value);
} |
See Also