ImageMapImageMapWidth Property

Gets or sets the width 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 ImageMapWidth { get; set; }

Property Value

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

Implements

IImageMapImageMapWidth

See Also