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

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

Syntax

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

See Also