Gets or sets a WrapMode enumeration that indicates the wrap mode for 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 WrapMode As WrapMode
C#
public WrapMode WrapMode { get; set; }
Visual C++
public:
property WrapMode WrapMode {
	WrapMode get ();
	void set (WrapMode value);
}