Image MapImage Url Property
Gets or sets the location of an image to display in the image map control
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 virtual string ImageUrl { get; set; }VB
Public Overridable Property ImageUrl As String
Get
SetC++
public:
virtual property String^ ImageUrl {
String^ get ();
void set (String^ value);
}F#
abstract ImageUrl : string with get, set
override ImageUrl : string with get, set