Image MapAreas Property
This returns the collection of areas defined for the image map
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
[PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
public ImageAreaCollection Areas { get; }VB
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>
Public ReadOnly Property Areas As ImageAreaCollection
GetC++
public:
[PersistenceModeAttribute(PersistenceMode::InnerDefaultProperty)]
virtual property ImageAreaCollection^ Areas {
ImageAreaCollection^ get () sealed;
}F#
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
abstract Areas : ImageAreaCollection with get
[<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)>]
override Areas : ImageAreaCollection with get