ImageAreaBaseCoordinates 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: 2023.1.3.0
public abstract string Coordinates { get; set; }

Property Value

String

Implements

IImageAreaCoordinates

Remarks

This is used when rendering the area to HTML

See Also