Gets or sets an offset value that will be applied to the bound image in binary format.
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("BoundImageBinaryOffset 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 BoundImageBinaryOffset { get; set; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("BoundImageBinaryOffset 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 BoundImageBinaryOffset As Integer |
| Visual C++ |
|---|
[ObsoleteAttribute(L"BoundImageBinaryOffset 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 BoundImageBinaryOffset {
int get ();
void set (int value);
} |
Exceptions
See Also