ImageAreaBaseEnabled Property

This is used to enable or disable the image area

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public bool Enabled { get; set; }

Property Value

Boolean
If set to false, the image area will not be rendered and effectively cannot be used

Implements

IImageAreaEnabled

See Also