Gets or sets the position of the gradient's starting color. The position is a percentage of the distance between the boundary lines and must be in the range from 0 through 100.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

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

Exceptions

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

See Also