System.Web.UI.WebControls.RectangleHotSpot.Left Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The RectangleHotSpot.Left property allows you to get or set a value that represents the x-coordinate of the left 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.Top, RectangleHotSpot.Right, and RectangleHotSpot.Bottom properties.

Requirements

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