Gets or sets texture fill parameters.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Texture Texture { get; set; }
Visual Basic
Public Property Texture As Texture
	Get
	Set
Visual C++
public:
property Texture^ Texture {
	Texture^ get ();
	void set (Texture^ value);
}

See Also