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

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 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