Gets or sets the pattern or hatch style used by Pattern 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 Pattern As HatchStyle
C#
public HatchStyle Pattern { get; set; }
Visual C++
public:
property HatchStyle Pattern {
	HatchStyle get ();
	void set (HatchStyle value);
}