Image Area BaseSet Attribute Method
Assign an attribute and value to the control
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 void SetAttribute(
string key,
string value
)VB
Public Sub SetAttribute (
key As String,
value As String
)C++
public:
virtual void SetAttribute(
String^ key,
String^ value
) sealedF#
abstract SetAttribute :
key : string *
value : string -> unit
override SetAttribute :
key : string *
value : string -> unit