Gets or sets whether focal grayscale effect should be reversed.

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

Syntax

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

See Also