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

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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