System.Web.UI.WebControls.RectangleHotSpot.Bottom Property

Gets or sets the y-coordinate of the bottom side of the rectangular region defined by this System.Web.UI.WebControls.RectangleHotSpot object.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The RectangleHotSpot.Bottom property allows you to get or set a value that represents the y-coordinate of the bottom side of the rectangular region defined by this System.Web.UI.WebControls.RectangleHotSpot object. To completely define a System.Web.UI.WebControls.RectangleHotSpot object, you must specify a value for the this property and for the RectangleHotSpot.Left, RectangleHotSpot.Top, and RectangleHotSpot.Right properties.

Requirements

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