Table of Contents

Class AreaDescription

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

The description of a Web Area test object.

public class AreaDescription : WebElementDescription, ICloneable, IDescription
Inheritance
AreaDescription
Implements
Inherited Members

Constructors

AreaDescription()

public AreaDescription()

Properties

Alt

The object's tooltip text.

public StringProperty Alt { get; set; }

Property Value

StringProperty

Coords

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

public int[] Coords { get; set; }

Property Value

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.

public StringProperty Href { get; set; }

Property Value

StringProperty

MapName

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

public StringProperty MapName { get; set; }

Property Value

StringProperty

Src

The image source in URL format.

public StringProperty Src { get; set; }

Property Value

StringProperty

Target

The target frame of the navigation.

public StringProperty Target { get; set; }

Property Value

StringProperty

Type

The image type.

public ImageType? Type { get; set; }

Property Value

ImageType?

Remarks

Returns the ImageType.