Image MapImage Map Height Property
Gets or sets the height of the image in the image map control in pixels
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public int ImageMapHeight { get; set; }VB
Public Property ImageMapHeight As Integer
Get
SetC++
public:
virtual property int ImageMapHeight {
int get () sealed;
void set (int value) sealed;
}F#
abstract ImageMapHeight : int with get, set
override ImageMapHeight : int with get, set