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