ImageAreaBaseAction Property

This defines the action to take when the area is clicked

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public AreaClickAction Action { get; set; }

Property Value

AreaClickAction
The default is to fire the Click event

See Also