Gets or sets the name of the field from the data source that contains the values to bind to the SourceBinaryOffset property of an ImageElement object.

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

Syntax

C#
public string DataImageBinaryOffsetField { get; set; }
Visual Basic (Declaration)
Public Property DataImageBinaryOffsetField As String
Visual C++
public:
property String^ DataImageBinaryOffsetField {
	String^ get ();
	void set (String^ value);
}

See Also