IImage MapImage Map Width Property
Gets or sets the width of the image in the image map control in pixels
Definition
Namespace: EWSoftware.ImageMaps
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
int ImageMapWidth { get; set; }VB
Property ImageMapWidth As Integer
Get
SetC++
property int ImageMapWidth {
int get ();
void set (int value);
}F#
abstract ImageMapWidth : int with get, set