System.Web.UI.WebControls.PolygonHotSpot.Coordinates Property

A string of coordinates that represents the vertexes of a System.Web.UI.WebControls.PolygonHotSpot object.

Syntax

[System.ComponentModel.DefaultValue("")]
public string Coordinates { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the PolygonHotSpot.Coordinates property to specify the coordinates of the vertexes of a System.Web.UI.WebControls.PolygonHotSpot object. A polygon vertex is a point at which two polygon edges meet. The string that you specify must be formatted with each coordinate separated by a comma. Each vertex that you specify must have both an x- coordinate and a y-coordinate. For example, the string "128,185,335,157,510,224,510,383,228,383" defines a polygon hot spot with five vertexes. The x-coordinate of the first vertex is 128. The y-coordinate of the first vertex is 185.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0