Gets or sets the number of points of the star shape.

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The specified value is not greater than or equal to three.

See Also