Gets or sets the image file path or URL which will be displayed when the specified source image cannot be accessed or when the value of the field specified by any Data Binding properties are null references (Nothing in Visual Basic).

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

See Also