Image Area BaseCoordinates Property
This must be overridden to get or set the coordinate values in string form
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public abstract string Coordinates { get; set; }VB
Public MustOverride Property Coordinates As String
Get
SetC++
public:
virtual property String^ Coordinates {
String^ get () abstract;
void set (String^ value) abstract;
}F#
abstract Coordinates : string with get, setProperty Value
StringImplements
IImageAreaCoordinatesRemarks
This is used when rendering the area to HTML