Returns the body of the HTML imagemap.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string Map { get; }
Public Overridable ReadOnly Property Map As String
Get
public:
virtual property String^ Map {
String^ get ();
}
abstract Map : string with get
override Map : string with get
Property Value
Type:
String
A
string that contains the body of the HTML client-side
imagemap. The actual <map> and </map> tags are not
included, so that the client code can more easily add attributes
to the <map> tag.
See Also