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


Gets or sets a ListCollection of custom html attributes.

Syntax

Visual Basic (Declaration)  
Public Property Custom As ListCollection
Visual Basic (Usage) Copy Code
Dim instance As Hotspot.HtmlAttributes
Dim value As ListCollection
 
instance.Custom = value
 
value = instance.Custom
C#  
public ListCollection Custom {get; set;}

See Also