Image MapImage Map Width Property
Gets or sets the width 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 ImageMapWidth { get; set; }VB
Public Property ImageMapWidth As Integer
Get
SetC++
public:
virtual property int ImageMapWidth {
int get () sealed;
void set (int value) sealed;
}F#
abstract ImageMapWidth : int with get, set
override ImageMapWidth : int with get, set