Used to specify an "activated" object in an image map.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string HREF { get; set; }
Public Overridable Property HREF As String
Get
Set
public:
virtual property String^ HREF {
String^ get ();
void set (String^ value);
}
abstract HREF : string with get, set
override HREF : string with get, set
Property Value
Type:
String
A
String which contains the "HREF" attribute value.
Remarks
The "HREF" attribute is used when client-side image maps are
generated. A client-side image map has an entry for each node
in which the chart attribute HREF is defined. The values of
HREF attributes are URLs. Such regions treated by the browser
as hyperlinks.
See Also