ImageMapImageMapHeight Property

Gets or sets the height of the image in the image map control in pixels

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public int ImageMapHeight { get; set; }

Property Value

Int32
If set to zero (the default), the image map will use the image's height.

Implements

IImageMapImageMapHeight

See Also