System.Web.UI.WebControls.CircleHotSpot.Y Property

Gets or sets the y-coordinate of the center of the circular region defined by this System.Web.UI.WebControls.CircleHotSpot object.

Syntax

[System.ComponentModel.DefaultValue(0)]
public int Y { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CircleHotSpot.Y property allows you to get or set a value that represents the y-coordinate of the center of the circular region defined by this System.Web.UI.WebControls.CircleHotSpot object. To completely define a System.Web.UI.WebControls.CircleHotSpot object, you must specify a value for the CircleHotSpot.Y property as well as the CircleHotSpot.X and CircleHotSpot.Radius properties.

Requirements

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