Gets or sets a WrapMode enumeration that indicates the wrap mode for Texture fill type.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.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);
}