Gets or sets the pattern or hatch style used by Pattern fill type.

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