System.Web.UI.WebControls.CircleHotSpot.Radius Property

Gets or sets the distance from the center to the edge of the circular region defined by this System.Web.UI.WebControls.CircleHotSpot object.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The CircleHotSpot.Radius property allows you to get or set a value that represents the distance in pixels from the center to the edge 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.Radius property as well as the CircleHotSpot.X and CircleHotSpot.Y properties.

Requirements

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