Gets or sets the focus point y-coordinate for the gradient falloff. Focus Point values must be expressed in terms of percentages i.e. ranging from 0 to 100.

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 int GradientFocusScaleY { get; set; }
Visual Basic (Declaration)
Public Property GradientFocusScaleY As Integer
Visual C++
public:
property int GradientFocusScaleY {
	int get ();
	void set (int value);
}

Exceptions

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

See Also