'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("A custom script to be injected in the mouse move event when the component is generating an image map response.")> <System.Xml.Serialization.XmlElementAttribute(Nevron.GraphicsCore.NInteractivityAttribute)> Public Property InteractivityAttributes As NInteractivityAttributeCollection
'Usage
Dim instance As NInteractivityStyle Dim value As NInteractivityAttributeCollection instance.InteractivityAttributes = value value = instance.InteractivityAttributes
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("A custom script to be injected in the mouse move event when the component is generating an image map response.")] [System.Xml.Serialization.XmlElement(Nevron.GraphicsCore.NInteractivityAttribute)] public NInteractivityAttributeCollection InteractivityAttributes {get; set;}