Gets or sets the center point x-coordinate of the gradient fill.

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

See Also