'Declaration <CategoryAttribute("General")> <DescriptionAttribute("A custom script to be injected in the mouse move event when the component is generating an image map response.")> Public Property CustomMapAreaAttributes As String
'Usage Dim instance As Interactivity Dim value As String instance.CustomMapAreaAttributes = value value = instance.CustomMapAreaAttributes
[Category("General")] [Description("A custom script to be injected in the mouse move event when the component is generating an image map response.")] public string CustomMapAreaAttributes {get; set;}