Gets or sets the 0-based index of the ImageElement object -within the Elements collection- on which the data will be bound.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
[ObsoleteAttribute("BoundImageIndex 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 int BoundImageIndex { get; set; }
Visual Basic (Declaration)
<ObsoleteAttribute("BoundImageIndex 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 BoundImageIndex As Integer
Visual C++
[ObsoleteAttribute(L"BoundImageIndex 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 int BoundImageIndex {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::.ArgumentException The specified value is less than 0.

See Also