dotnetCHARTING Send comments on this topic.
Attributes Property
See Also 
dotnetCHARTING Namespace > Hotspot Class : Attributes Property



Gets the HtmlAttributes of this Hotspot.

Syntax

Visual Basic (Declaration) 
Public Property Attributes As Hotspot.HtmlAttributes
Visual Basic (Usage)Copy Code
Dim instance As Hotspot
Dim value As Hotspot.HtmlAttributes
 
instance.Attributes = value
 
value = instance.Attributes
C# 
public Hotspot.HtmlAttributes Attributes {get; set;}
C++/CLI 
public:
property Hotspot.HtmlAttributes^ Attributes {
   Hotspot.HtmlAttributes^ get();
   void set (Hotspot.HtmlAttributes^ value);
}

See Also