Gets the hatch style of this HatchFill object.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

See Also