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