Gets or sets the direction of the pixel scanning process.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

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

See Also