Image Area BaseShape Property
This must be overridden to specify the shape type
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#
public abstract ImageAreaShape Shape { get; }VB
Public MustOverride ReadOnly Property Shape As ImageAreaShape
GetC++
public:
virtual property ImageAreaShape Shape {
ImageAreaShape get () abstract;
}F#
abstract Shape : ImageAreaShape with get