Image Area RectangleShape Text Property
This is 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
It always returns "rect"
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public override string ShapeText { get; }VB
Public Overrides ReadOnly Property ShapeText As String
GetC++
public:
virtual property String^ ShapeText {
String^ get () override;
}F#
abstract ShapeText : string with get
override ShapeText : string with getProperty Value
StringIt always returns "rect"