IImage MapImage Map Height Property
Gets or sets the height 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 ImageMapHeight { get; set; }VB
Property ImageMapHeight As Integer
Get
SetC++
property int ImageMapHeight {
int get ();
void set (int value);
}F#
abstract ImageMapHeight : int with get, set