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

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public HatchStyle Pattern { get; set; }
Visual Basic (Declaration)
Public Property Pattern As HatchStyle
Visual C++
public:
property HatchStyle Pattern {
	HatchStyle get ();
	void set (HatchStyle value);
}

See Also