Table of Contents

Class AreaDescription

The description of a Web Area test object.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class AreaDescription : WebElementDescription, ICloneable, IDescription

Constructors

AreaDescription()

Declaration
public AreaDescription()

Properties

Alt

The object's tooltip text.

Declaration
public StringProperty Alt { get; set; }
Property Value
Type Description
StringProperty

Coords

The coordinates of the Area's vertices (points). in an image map.

Declaration
public int[] Coords { get; set; }
Property Value
Type Description
int[]
Remarks

The coordinate format is determined by the shape of the area, for example:

shape="rect" - x1,y1,x2,y2

shape="circle" - x,y,radius

shape="poly" - x1,y1,x2,y2,..,xn,yn

Href

The location to which the browser navigates when this object is clicked.

Declaration
public StringProperty Href { get; set; }
Property Value
Type Description
StringProperty

MapName

The name of the map element that this image uses to define the area inside the image.

Declaration
public StringProperty MapName { get; set; }
Property Value
Type Description
StringProperty

Src

The image source in URL format.

Declaration
public StringProperty Src { get; set; }
Property Value
Type Description
StringProperty

Target

The target frame of the navigation.

Declaration
public StringProperty Target { get; set; }
Property Value
Type Description
StringProperty

Type

The image type.

Declaration
public ImageType? Type { get; set; }
Property Value
Type Description
ImageType?
Remarks

Returns the ImageType.

Implements

ICloneable
IDescription