'Declaration <DefaultValueAttribute()> <CategoryAttribute("Custom Image Map Attributes")> <DescriptionAttribute("Controls the Custom Map Area Script mode.")> Public Property CustomMapAreaAttributesMode As SeriesCustomMapAreaAttributesMode
'Usage Dim instance As SeriesInteractivity Dim value As SeriesCustomMapAreaAttributesMode instance.CustomMapAreaAttributesMode = value value = instance.CustomMapAreaAttributesMode
[DefaultValue()] [Category("Custom Image Map Attributes")] [Description("Controls the Custom Map Area Script mode.")] public SeriesCustomMapAreaAttributesMode CustomMapAreaAttributesMode {get; set;}