'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("A custom Html image map area attribute added to the each map area element.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomMapAreaAttribute As NCustomMapAreaAttribute
'Usage
Dim instance As NInteractivityStyle Dim value As NCustomMapAreaAttribute instance.CustomMapAreaAttribute = value value = instance.CustomMapAreaAttribute
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("A custom Html image map area attribute added to the each map area element.")] [System.Xml.Serialization.XmlIgnore()] public NCustomMapAreaAttribute CustomMapAreaAttribute {get; set;}