System.Web.UI.WebControls.CircleHotSpot.X Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The CircleHotSpot.X property allows you to get or set a value that represents the x-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.X property as well as the CircleHotSpot.Y 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