Gets or sets the image URL to fill the interior of a surface used by Texture fill type.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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