Gets or sets the Contrast Level. Values range from -100 to 100.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

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

Exceptions

ExceptionCondition
System.ArgumentOutOfRangeException The specified value is not range from -100 to 100.