Image Area BaseAttributes Property
Gets a collection of attribute name and value pairs for the area that are not directly supported by
the class.
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 AttributeCollection Attributes { get; }VB
Public ReadOnly Property Attributes As AttributeCollection
GetC++
public:
property AttributeCollection^ Attributes {
AttributeCollection^ get ();
}F#
member Attributes : AttributeCollection with get